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