#f4d4ba
a light, vivid orange · warm · closest name: tan
RGB
244, 212, 186
HSL
27°, 73%, 84%
CMYK
0, 13, 24, 4
Luminance
0.6987
Every format
| HEX | #f4d4ba |
| RGB | rgb(244, 212, 186) |
| HSL | hsl(27, 73%, 84%) |
| CMYK | cmyk(0%, 13%, 24%, 4%) |
| LAB | lab(86.9 7.3 17.0) |
| LCH | lch(86.9 18.5 66.9) |
| OKLCH | oklch(0.890 0.050 61.2) |
Copy-ready code
/* CSS */
color: #f4d4ba;
background-color: #f4d4ba;
/* Tailwind (arbitrary) */
class="text-[#f4d4ba] bg-[#f4d4ba]"
/* SCSS */
$brand: #f4d4ba;
/* SwiftUI */
Color(red: 0.957, green: 0.831, blue: 0.729)
/* Android */
Color.parseColor("#f4d4ba")Accessibility — WCAG contrast
Aa
#f4d4ba on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4d4ba on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green83.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow23.8%
Key (black)4.3%
Color previews
#f4d4ba text on a black background
contrast 14.97:1
Card sample
#f4d4ba text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4d4ba;
Background color
Panel with #f4d4ba background
background-color: #f4d4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4d4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 212, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 212, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4d4ba; background: linear-gradient(135deg, #f4d4ba, #EDF4BA);