#f4d1af
a light, electric orange · warm · closest name: tan
RGB
244, 209, 175
HSL
30°, 76%, 82%
CMYK
0, 14, 28, 4
Luminance
0.6793
Every format
| HEX | #f4d1af |
| RGB | rgb(244, 209, 175) |
| HSL | hsl(30, 76%, 82%) |
| CMYK | cmyk(0%, 14%, 28%, 4%) |
| LAB | lab(86.0 7.3 21.4) |
| LCH | lch(86.0 22.6 71.1) |
| OKLCH | oklch(0.882 0.060 66.1) |
Copy-ready code
/* CSS */
color: #f4d1af;
background-color: #f4d1af;
/* Tailwind (arbitrary) */
class="text-[#f4d1af] bg-[#f4d1af]"
/* SCSS */
$brand: #f4d1af;
/* SwiftUI */
Color(red: 0.957, green: 0.820, blue: 0.686)
/* Android */
Color.parseColor("#f4d1af")Accessibility — WCAG contrast
Aa
#f4d1af on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4d1af on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green82.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow28.3%
Key (black)4.3%
Color previews
#f4d1af text on a black background
contrast 14.59:1
Card sample
#f4d1af text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4d1af;
Background color
Panel with #f4d1af background
background-color: #f4d1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4d1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 209, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 209, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4d1af; background: linear-gradient(135deg, #f4d1af, #E9F4AF);