#f4dace
a pale, vivid orange · warm · closest name: beige
RGB
244, 218, 206
HSL
19°, 63%, 88%
CMYK
0, 11, 16, 4
Luminance
0.7383
Every format
| HEX | #f4dace |
| RGB | rgb(244, 218, 206) |
| HSL | hsl(19, 63%, 88%) |
| CMYK | cmyk(0%, 11%, 16%, 4%) |
| LAB | lab(88.8 7.1 9.2) |
| LCH | lch(88.8 11.6 52.4) |
| OKLCH | oklch(0.906 0.033 46.4) |
Copy-ready code
/* CSS */
color: #f4dace;
background-color: #f4dace;
/* Tailwind (arbitrary) */
class="text-[#f4dace] bg-[#f4dace]"
/* SCSS */
$brand: #f4dace;
/* SwiftUI */
Color(red: 0.957, green: 0.855, blue: 0.808)
/* Android */
Color.parseColor("#f4dace")Accessibility — WCAG contrast
Aa
#f4dace on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4dace on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green85.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta10.7%
Yellow15.6%
Key (black)4.3%
Color previews
#f4dace text on a black background
contrast 15.77:1
Card sample
#f4dace text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4dace;
Background color
Panel with #f4dace background
background-color: #f4dace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4dace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 218, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 218, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4dace; background: linear-gradient(135deg, #f4dace, #F4F3CE);