#ece7cf
a pale, soft yellow · cool · closest name: beige
RGB
236, 231, 207
HSL
50°, 43%, 87%
CMYK
0, 2, 12, 8
Luminance
0.7949
Every format
| HEX | #ece7cf |
| RGB | rgb(236, 231, 207) |
| HSL | hsl(50, 43%, 87%) |
| CMYK | cmyk(0%, 2%, 12%, 8%) |
| LAB | lab(91.5 -2.3 12.3) |
| LCH | lch(91.5 12.5 100.6) |
| OKLCH | oklch(0.925 0.032 97.3) |
Copy-ready code
/* CSS */
color: #ece7cf;
background-color: #ece7cf;
/* Tailwind (arbitrary) */
class="text-[#ece7cf] bg-[#ece7cf]"
/* SCSS */
$brand: #ece7cf;
/* SwiftUI */
Color(red: 0.925, green: 0.906, blue: 0.812)
/* Android */
Color.parseColor("#ece7cf")Accessibility — WCAG contrast
Aa
#ece7cf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ece7cf on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green90.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow12.3%
Key (black)7.5%
Color previews
#ece7cf text on a black background
contrast 16.90:1
Card sample
#ece7cf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ece7cf;
Background color
Panel with #ece7cf background
background-color: #ece7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ece7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 231, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 231, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ece7cf; background: linear-gradient(135deg, #ece7cf, #DEECCF);