#f4c97b
a light, electric orange · warm · closest name: khaki
RGB
244, 201, 123
HSL
39°, 85%, 72%
CMYK
0, 18, 50, 4
Luminance
0.6244
Every format
| HEX | #f4c97b |
| RGB | rgb(244, 201, 123) |
| HSL | hsl(39, 85%, 72%) |
| CMYK | cmyk(0%, 18%, 50%, 4%) |
| LAB | lab(83.2 5.7 44.5) |
| LCH | lch(83.2 44.8 82.6) |
| OKLCH | oklch(0.857 0.108 81.4) |
Copy-ready code
/* CSS */
color: #f4c97b;
background-color: #f4c97b;
/* Tailwind (arbitrary) */
class="text-[#f4c97b] bg-[#f4c97b]"
/* SCSS */
$brand: #f4c97b;
/* SwiftUI */
Color(red: 0.957, green: 0.788, blue: 0.482)
/* Android */
Color.parseColor("#f4c97b")Accessibility — WCAG contrast
Aa
#f4c97b on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4c97b on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green78.8%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow49.6%
Key (black)4.3%
Color previews
#f4c97b text on a black background
contrast 13.49:1
Card sample
#f4c97b text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4c97b;
Background color
Panel with #f4c97b background
background-color: #f4c97b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4c97b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 201, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 201, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4c97b; background: linear-gradient(135deg, #f4c97b, #CEF47B);