#f4dfbe
a pale, vivid orange · warm · closest name: beige
RGB
244, 223, 190
HSL
37°, 71%, 85%
CMYK
0, 9, 22, 4
Luminance
0.7573
Every format
| HEX | #f4dfbe |
| RGB | rgb(244, 223, 190) |
| HSL | hsl(37, 71%, 85%) |
| CMYK | cmyk(0%, 9%, 22%, 4%) |
| LAB | lab(89.7 2.1 18.8) |
| LCH | lch(89.7 18.9 83.5) |
| OKLCH | oklch(0.912 0.049 79.1) |
Copy-ready code
/* CSS */
color: #f4dfbe;
background-color: #f4dfbe;
/* Tailwind (arbitrary) */
class="text-[#f4dfbe] bg-[#f4dfbe]"
/* SCSS */
$brand: #f4dfbe;
/* SwiftUI */
Color(red: 0.957, green: 0.875, blue: 0.745)
/* Android */
Color.parseColor("#f4dfbe")Accessibility — WCAG contrast
Aa
#f4dfbe on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4dfbe on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green87.5%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow22.1%
Key (black)4.3%
Color previews
#f4dfbe text on a black background
contrast 16.15:1
Card sample
#f4dfbe text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4dfbe;
Background color
Panel with #f4dfbe background
background-color: #f4dfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4dfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 223, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 223, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4dfbe; background: linear-gradient(135deg, #f4dfbe, #E5F4BE);