#f6eade
a pale, vivid orange · warm · closest name: ivory
RGB
246, 234, 222
HSL
30°, 57%, 92%
CMYK
0, 5, 10, 4
Luminance
0.8371
Every format
| HEX | #f6eade |
| RGB | rgb(246, 234, 222) |
| HSL | hsl(30, 57%, 92%) |
| CMYK | cmyk(0%, 5%, 10%, 4%) |
| LAB | lab(93.3 2.0 7.3) |
| LCH | lch(93.3 7.5 74.3) |
| OKLCH | oklch(0.943 0.021 67.6) |
Copy-ready code
/* CSS */
color: #f6eade;
background-color: #f6eade;
/* Tailwind (arbitrary) */
class="text-[#f6eade] bg-[#f6eade]"
/* SCSS */
$brand: #f6eade;
/* SwiftUI */
Color(red: 0.965, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#f6eade")Accessibility — WCAG contrast
Aa
#f6eade on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6eade on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green91.8%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow9.8%
Key (black)3.5%
Color previews
#f6eade text on a black background
contrast 17.74:1
Card sample
#f6eade text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6eade;
Background color
Panel with #f6eade background
background-color: #f6eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6eade; background: linear-gradient(135deg, #f6eade, #F2F6DE);