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