#f4decc
a pale, vivid orange · warm · closest name: beige
RGB
244, 222, 204
HSL
27°, 65%, 88%
CMYK
0, 9, 16, 4
Luminance
0.7584
Every format
| HEX | #f4decc |
| RGB | rgb(244, 222, 204) |
| HSL | hsl(27, 65%, 88%) |
| CMYK | cmyk(0%, 9%, 16%, 4%) |
| LAB | lab(89.8 4.7 11.6) |
| LCH | lch(89.8 12.5 67.9) |
| OKLCH | oklch(0.914 0.034 61.7) |
Copy-ready code
/* CSS */
color: #f4decc;
background-color: #f4decc;
/* Tailwind (arbitrary) */
class="text-[#f4decc] bg-[#f4decc]"
/* SCSS */
$brand: #f4decc;
/* SwiftUI */
Color(red: 0.957, green: 0.871, blue: 0.800)
/* Android */
Color.parseColor("#f4decc")Accessibility — WCAG contrast
Aa
#f4decc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4decc on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green87.1%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow16.4%
Key (black)4.3%
Color previews
#f4decc text on a black background
contrast 16.17:1
Card sample
#f4decc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4decc;
Background color
Panel with #f4decc background
background-color: #f4decc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4decc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 222, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 222, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4decc; background: linear-gradient(135deg, #f4decc, #EFF4CC);