Warm White
#efebd8
Looking for the precise values behind Warm White (#efebd8)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #efebd8 | |
|---|---|---|
| RGB | rgb(239, 235, 216) | |
| HSL | hsl(50, 42%, 89%) | |
| CMYK | cmyk(0%, 2%, 10%, 6%) | |
| LAB | lab(93, -1, 10) | |
| OKLCH | oklch(0.94 0.026 97) |
Color harmonies
Tints & shades
Code snippets
color: #efebd8;
background-color: #efebd8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEFEBD8)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.92, blue: 0.85, alpha: 1.0)