#f4ddbf
a pale, vivid orange · warm · closest name: beige
RGB
244, 221, 191
HSL
34°, 71%, 85%
CMYK
0, 9, 22, 4
Luminance
0.7471
Every format
| HEX | #f4ddbf |
| RGB | rgb(244, 221, 191) |
| HSL | hsl(34, 71%, 85%) |
| CMYK | cmyk(0%, 9%, 22%, 4%) |
| LAB | lab(89.3 3.3 17.6) |
| LCH | lch(89.3 17.9 79.4) |
| OKLCH | oklch(0.909 0.047 74.5) |
Copy-ready code
/* CSS */
color: #f4ddbf;
background-color: #f4ddbf;
/* Tailwind (arbitrary) */
class="text-[#f4ddbf] bg-[#f4ddbf]"
/* SCSS */
$brand: #f4ddbf;
/* SwiftUI */
Color(red: 0.957, green: 0.867, blue: 0.749)
/* Android */
Color.parseColor("#f4ddbf")Accessibility — WCAG contrast
Aa
#f4ddbf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4ddbf on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green86.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow21.7%
Key (black)4.3%
Color previews
#f4ddbf text on a black background
contrast 15.94:1
Card sample
#f4ddbf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4ddbf;
Background color
Panel with #f4ddbf background
background-color: #f4ddbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4ddbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 221, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 221, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4ddbf; background: linear-gradient(135deg, #f4ddbf, #E8F4BF);