#f6e2db
a pale, vivid orange · warm · closest name: ivory
RGB
246, 226, 219
HSL
16°, 60%, 91%
CMYK
0, 8, 11, 4
Luminance
0.7910
Every format
| HEX | #f6e2db |
| RGB | rgb(246, 226, 219) |
| HSL | hsl(16, 60%, 91%) |
| CMYK | cmyk(0%, 8%, 11%, 4%) |
| LAB | lab(91.3 5.7 5.9) |
| LCH | lch(91.3 8.2 46.0) |
| OKLCH | oklch(0.927 0.024 40.3) |
Copy-ready code
/* CSS */
color: #f6e2db;
background-color: #f6e2db;
/* Tailwind (arbitrary) */
class="text-[#f6e2db] bg-[#f6e2db]"
/* SCSS */
$brand: #f6e2db;
/* SwiftUI */
Color(red: 0.965, green: 0.886, blue: 0.859)
/* Android */
Color.parseColor("#f6e2db")Accessibility — WCAG contrast
Aa
#f6e2db on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6e2db on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green88.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta8.1%
Yellow11.0%
Key (black)3.5%
Color previews
#f6e2db text on a black background
contrast 16.82:1
Card sample
#f6e2db text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6e2db;
Background color
Panel with #f6e2db background
background-color: #f6e2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6e2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 226, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 226, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6e2db; background: linear-gradient(135deg, #f6e2db, #F6F4DB);