Sunlight
#ebcd95
Looking for the precise values behind Sunlight (#ebcd95)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ebcd95 | |
|---|---|---|
| RGB | rgb(235, 205, 149) | |
| HSL | hsl(39, 68%, 75%) | |
| CMYK | cmyk(0%, 13%, 37%, 8%) | |
| LAB | lab(84, 5, 32) | |
| OKLCH | oklch(0.86 0.08 83) |
Color harmonies
Tints & shades
Code snippets
color: #ebcd95;
background-color: #ebcd95;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEBCD95)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.80, blue: 0.58, alpha: 1.0)