#f4dccf
a pale, vivid orange · warm · closest name: beige
RGB
244, 220, 207
HSL
21°, 63%, 88%
CMYK
0, 10, 15, 4
Luminance
0.7492
Every format
| HEX | #f4dccf |
| RGB | rgb(244, 220, 207) |
| HSL | hsl(21, 63%, 88%) |
| CMYK | cmyk(0%, 10%, 15%, 4%) |
| LAB | lab(89.4 6.2 9.4) |
| LCH | lch(89.4 11.2 56.6) |
| OKLCH | oklch(0.911 0.032 50.4) |
Copy-ready code
/* CSS */
color: #f4dccf;
background-color: #f4dccf;
/* Tailwind (arbitrary) */
class="text-[#f4dccf] bg-[#f4dccf]"
/* SCSS */
$brand: #f4dccf;
/* SwiftUI */
Color(red: 0.957, green: 0.863, blue: 0.812)
/* Android */
Color.parseColor("#f4dccf")Accessibility — WCAG contrast
Aa
#f4dccf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4dccf on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green86.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow15.2%
Key (black)4.3%
Color previews
#f4dccf text on a black background
contrast 15.98:1
Card sample
#f4dccf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4dccf;
Background color
Panel with #f4dccf background
background-color: #f4dccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4dccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 220, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 220, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4dccf; background: linear-gradient(135deg, #f4dccf, #F3F4CF);