#f9dec2
a pale, electric orange · warm · closest name: beige
RGB
249, 222, 194
HSL
31°, 82%, 87%
CMYK
0, 11, 22, 2
Luminance
0.7628
Every format
| HEX | #f9dec2 |
| RGB | rgb(249, 222, 194) |
| HSL | hsl(31, 82%, 87%) |
| CMYK | cmyk(0%, 11%, 22%, 2%) |
| LAB | lab(90.0 5.0 17.1) |
| LCH | lch(90.0 17.9 73.6) |
| OKLCH | oklch(0.916 0.048 68.2) |
Copy-ready code
/* CSS */
color: #f9dec2;
background-color: #f9dec2;
/* Tailwind (arbitrary) */
class="text-[#f9dec2] bg-[#f9dec2]"
/* SCSS */
$brand: #f9dec2;
/* SwiftUI */
Color(red: 0.976, green: 0.871, blue: 0.761)
/* Android */
Color.parseColor("#f9dec2")Accessibility — WCAG contrast
Aa
#f9dec2 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9dec2 on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green87.1%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow22.1%
Key (black)2.4%
Color previews
#f9dec2 text on a black background
contrast 16.26:1
Card sample
#f9dec2 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9dec2;
Background color
Panel with #f9dec2 background
background-color: #f9dec2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9dec2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 222, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 222, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9dec2; background: linear-gradient(135deg, #f9dec2, #EFF9C2);