#f4dac4
a pale, vivid orange · warm · closest name: beige
RGB
244, 218, 196
HSL
28°, 69%, 86%
CMYK
0, 11, 20, 4
Luminance
0.7336
Every format
| HEX | #f4dac4 |
| RGB | rgb(244, 218, 196) |
| HSL | hsl(28, 69%, 86%) |
| CMYK | cmyk(0%, 11%, 20%, 4%) |
| LAB | lab(88.6 5.6 14.1) |
| LCH | lch(88.6 15.2 68.5) |
| OKLCH | oklch(0.904 0.041 62.5) |
Copy-ready code
/* CSS */
color: #f4dac4;
background-color: #f4dac4;
/* Tailwind (arbitrary) */
class="text-[#f4dac4] bg-[#f4dac4]"
/* SCSS */
$brand: #f4dac4;
/* SwiftUI */
Color(red: 0.957, green: 0.855, blue: 0.769)
/* Android */
Color.parseColor("#f4dac4")Accessibility — WCAG contrast
Aa
#f4dac4 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4dac4 on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green85.5%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta10.7%
Yellow19.7%
Key (black)4.3%
Color previews
#f4dac4 text on a black background
contrast 15.67:1
Card sample
#f4dac4 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4dac4;
Background color
Panel with #f4dac4 background
background-color: #f4dac4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4dac4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 218, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 218, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4dac4; background: linear-gradient(135deg, #f4dac4, #EEF4C4);