#f9cfab
a light, electric orange · warm · closest name: tan
RGB
249, 207, 171
HSL
28°, 87%, 82%
CMYK
0, 17, 31, 2
Luminance
0.6771
Every format
| HEX | #f9cfab |
| RGB | rgb(249, 207, 171) |
| HSL | hsl(28, 87%, 82%) |
| CMYK | cmyk(0%, 17%, 31%, 2%) |
| LAB | lab(85.9 9.7 23.4) |
| LCH | lch(85.9 25.4 67.4) |
| OKLCH | oklch(0.882 0.067 62.4) |
Copy-ready code
/* CSS */
color: #f9cfab;
background-color: #f9cfab;
/* Tailwind (arbitrary) */
class="text-[#f9cfab] bg-[#f9cfab]"
/* SCSS */
$brand: #f9cfab;
/* SwiftUI */
Color(red: 0.976, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#f9cfab")Accessibility — WCAG contrast
Aa
#f9cfab on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cfab on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green81.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow31.3%
Key (black)2.4%
Color previews
#f9cfab text on a black background
contrast 14.54:1
Card sample
#f9cfab text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cfab;
Background color
Panel with #f9cfab background
background-color: #f9cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cfab; background: linear-gradient(135deg, #f9cfab, #EFF9AB);