#f6ecce
a pale, vivid yellow · cool · closest name: beige
RGB
246, 236, 206
HSL
45°, 69%, 89%
CMYK
0, 4, 16, 4
Luminance
0.8404
Every format
| HEX | #f6ecce |
| RGB | rgb(246, 236, 206) |
| HSL | hsl(45, 69%, 89%) |
| CMYK | cmyk(0%, 4%, 16%, 4%) |
| LAB | lab(93.5 -1.5 15.8) |
| LCH | lch(93.5 15.8 95.3) |
| OKLCH | oklch(0.943 0.041 91.7) |
Copy-ready code
/* CSS */
color: #f6ecce;
background-color: #f6ecce;
/* Tailwind (arbitrary) */
class="text-[#f6ecce] bg-[#f6ecce]"
/* SCSS */
$brand: #f6ecce;
/* SwiftUI */
Color(red: 0.965, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#f6ecce")Accessibility — WCAG contrast
Aa
#f6ecce on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6ecce on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green92.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta4.1%
Yellow16.3%
Key (black)3.5%
Color previews
#f6ecce text on a black background
contrast 17.81:1
Card sample
#f6ecce text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6ecce;
Background color
Panel with #f6ecce background
background-color: #f6ecce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6ecce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6ecce; background: linear-gradient(135deg, #f6ecce, #E5F6CE);