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