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