#f9cf97
a light, electric orange · warm · closest name: tan
RGB
249, 207, 151
HSL
34°, 89%, 78%
CMYK
0, 17, 39, 2
Luminance
0.6700
Every format
| HEX | #f9cf97 |
| RGB | rgb(249, 207, 151) |
| HSL | hsl(34, 89%, 78%) |
| CMYK | cmyk(0%, 17%, 39%, 2%) |
| LAB | lab(85.5 7.4 33.4) |
| LCH | lch(85.5 34.2 77.5) |
| OKLCH | oklch(0.878 0.086 74.3) |
Copy-ready code
/* CSS */
color: #f9cf97;
background-color: #f9cf97;
/* Tailwind (arbitrary) */
class="text-[#f9cf97] bg-[#f9cf97]"
/* SCSS */
$brand: #f9cf97;
/* SwiftUI */
Color(red: 0.976, green: 0.812, blue: 0.592)
/* Android */
Color.parseColor("#f9cf97")Accessibility — WCAG contrast
Aa
#f9cf97 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cf97 on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green81.2%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow39.4%
Key (black)2.4%
Color previews
#f9cf97 text on a black background
contrast 14.40:1
Card sample
#f9cf97 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cf97;
Background color
Panel with #f9cf97 background
background-color: #f9cf97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cf97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 207, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 207, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cf97; background: linear-gradient(135deg, #f9cf97, #E2F997);