#f9cf5f
a light, electric yellow · warm · closest name: khaki
RGB
249, 207, 95
HSL
44°, 93%, 68%
CMYK
0, 17, 62, 2
Luminance
0.6559
Every format
| HEX | #f9cf5f |
| RGB | rgb(249, 207, 95) |
| HSL | hsl(44, 93%, 68%) |
| CMYK | cmyk(0%, 17%, 62%, 2%) |
| LAB | lab(84.8 2.5 59.8) |
| LCH | lch(84.8 59.9 87.6) |
| OKLCH | oklch(0.870 0.138 88.6) |
Copy-ready code
/* CSS */
color: #f9cf5f;
background-color: #f9cf5f;
/* Tailwind (arbitrary) */
class="text-[#f9cf5f] bg-[#f9cf5f]"
/* SCSS */
$brand: #f9cf5f;
/* SwiftUI */
Color(red: 0.976, green: 0.812, blue: 0.373)
/* Android */
Color.parseColor("#f9cf5f")Accessibility — WCAG contrast
Aa
#f9cf5f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cf5f on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green81.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow61.8%
Key (black)2.4%
Color previews
#f9cf5f text on a black background
contrast 14.12:1
Card sample
#f9cf5f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cf5f;
Background color
Panel with #f9cf5f background
background-color: #f9cf5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cf5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 207, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 207, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cf5f; background: linear-gradient(135deg, #f9cf5f, #BDF95F);