Sunbeam
#f5edb2
Looking for the precise values behind Sunbeam (#f5edb2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f5edb2 | |
|---|---|---|
| RGB | rgb(245, 237, 178) | |
| HSL | hsl(53, 77%, 83%) | |
| CMYK | cmyk(0%, 3%, 27%, 4%) | |
| LAB | lab(93, -4, 30) | |
| OKLCH | oklch(0.94 0.076 101) |
Color harmonies
Tints & shades
Code snippets
color: #f5edb2;
background-color: #f5edb2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF5EDB2)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.93, blue: 0.70, alpha: 1.0)