#f5ecce
a pale, vivid yellow · cool · closest name: beige
RGB
245, 236, 206
HSL
46°, 66%, 88%
CMYK
0, 4, 16, 4
Luminance
0.8386
Every format
| HEX | #f5ecce |
| RGB | rgb(245, 236, 206) |
| HSL | hsl(46, 66%, 88%) |
| CMYK | cmyk(0%, 4%, 16%, 4%) |
| LAB | lab(93.4 -1.8 15.7) |
| LCH | lch(93.4 15.8 96.6) |
| OKLCH | oklch(0.942 0.041 93.2) |
Copy-ready code
/* CSS */
color: #f5ecce;
background-color: #f5ecce;
/* Tailwind (arbitrary) */
class="text-[#f5ecce] bg-[#f5ecce]"
/* SCSS */
$brand: #f5ecce;
/* SwiftUI */
Color(red: 0.961, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#f5ecce")Accessibility — WCAG contrast
Aa
#f5ecce on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5ecce on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green92.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta3.7%
Yellow15.9%
Key (black)3.9%
Color previews
#f5ecce text on a black background
contrast 17.77:1
Card sample
#f5ecce text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5ecce;
Background color
Panel with #f5ecce background
background-color: #f5ecce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5ecce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5ecce; background: linear-gradient(135deg, #f5ecce, #E4F5CE);