#f2ece2
a pale, soft orange · warm · closest name: ivory
RGB
242, 236, 226
HSL
38°, 38%, 92%
CMYK
0, 3, 7, 5
Luminance
0.8436
Every format
| HEX | #f2ece2 |
| RGB | rgb(242, 236, 226) |
| HSL | hsl(38, 38%, 92%) |
| CMYK | cmyk(0%, 3%, 7%, 5%) |
| LAB | lab(93.6 0.3 5.6) |
| LCH | lch(93.6 5.6 86.8) |
| OKLCH | oklch(0.945 0.015 80.7) |
Copy-ready code
/* CSS */
color: #f2ece2;
background-color: #f2ece2;
/* Tailwind (arbitrary) */
class="text-[#f2ece2] bg-[#f2ece2]"
/* SCSS */
$brand: #f2ece2;
/* SwiftUI */
Color(red: 0.949, green: 0.925, blue: 0.886)
/* Android */
Color.parseColor("#f2ece2")Accessibility — WCAG contrast
Aa
#f2ece2 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2ece2 on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green92.5%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta2.5%
Yellow6.6%
Key (black)5.1%
Color previews
#f2ece2 text on a black background
contrast 17.87:1
Card sample
#f2ece2 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2ece2;
Background color
Panel with #f2ece2 background
background-color: #f2ece2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2ece2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 236, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 236, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2ece2; background: linear-gradient(135deg, #f2ece2, #EDF2E2);