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