#f9cf8c
a light, electric orange · warm · closest name: khaki
RGB
249, 207, 140
HSL
37°, 90%, 76%
CMYK
0, 17, 44, 2
Luminance
0.6666
Every format
| HEX | #f9cf8c |
| RGB | rgb(249, 207, 140) |
| HSL | hsl(37, 90%, 76%) |
| CMYK | cmyk(0%, 17%, 44%, 2%) |
| LAB | lab(85.3 6.2 38.8) |
| LCH | lch(85.3 39.3 80.9) |
| OKLCH | oklch(0.876 0.097 78.7) |
Copy-ready code
/* CSS */
color: #f9cf8c;
background-color: #f9cf8c;
/* Tailwind (arbitrary) */
class="text-[#f9cf8c] bg-[#f9cf8c]"
/* SCSS */
$brand: #f9cf8c;
/* SwiftUI */
Color(red: 0.976, green: 0.812, blue: 0.549)
/* Android */
Color.parseColor("#f9cf8c")Accessibility — WCAG contrast
Aa
#f9cf8c on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cf8c on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green81.2%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow43.8%
Key (black)2.4%
Color previews
#f9cf8c text on a black background
contrast 14.33:1
Card sample
#f9cf8c text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cf8c;
Background color
Panel with #f9cf8c background
background-color: #f9cf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 207, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 207, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cf8c; background: linear-gradient(135deg, #f9cf8c, #DAF98C);