#edeccf
a pale, vivid yellow · cool · closest name: beige
RGB
237, 236, 207
HSL
58°, 46%, 87%
CMYK
0, 0, 13, 7
Luminance
0.8250
Every format
| HEX | #edeccf |
| RGB | rgb(237, 236, 207) |
| HSL | hsl(58, 46%, 87%) |
| CMYK | cmyk(0%, 0%, 13%, 7%) |
| LAB | lab(92.8 -4.5 14.2) |
| LCH | lch(92.8 14.9 107.5) |
| OKLCH | oklch(0.936 0.038 105.5) |
Copy-ready code
/* CSS */
color: #edeccf;
background-color: #edeccf;
/* Tailwind (arbitrary) */
class="text-[#edeccf] bg-[#edeccf]"
/* SCSS */
$brand: #edeccf;
/* SwiftUI */
Color(red: 0.929, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#edeccf")Accessibility — WCAG contrast
Aa
#edeccf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edeccf on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green92.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow12.7%
Key (black)7.1%
Color previews
#edeccf text on a black background
contrast 17.50:1
Card sample
#edeccf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edeccf;
Background color
Panel with #edeccf background
background-color: #edeccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edeccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edeccf; background: linear-gradient(135deg, #edeccf, #DAEDCF);