#f8ca7e
a light, electric orange · warm · closest name: khaki
RGB
248, 202, 126
HSL
37°, 90%, 73%
CMYK
0, 19, 49, 3
Luminance
0.6370
Every format
| HEX | #f8ca7e |
| RGB | rgb(248, 202, 126) |
| HSL | hsl(37, 90%, 73%) |
| CMYK | cmyk(0%, 19%, 49%, 3%) |
| LAB | lab(83.8 7.1 43.9) |
| LCH | lch(83.8 44.5 80.8) |
| OKLCH | oklch(0.863 0.108 79.2) |
Copy-ready code
/* CSS */
color: #f8ca7e;
background-color: #f8ca7e;
/* Tailwind (arbitrary) */
class="text-[#f8ca7e] bg-[#f8ca7e]"
/* SCSS */
$brand: #f8ca7e;
/* SwiftUI */
Color(red: 0.973, green: 0.792, blue: 0.494)
/* Android */
Color.parseColor("#f8ca7e")Accessibility — WCAG contrast
Aa
#f8ca7e on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8ca7e on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green79.2%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta18.5%
Yellow49.2%
Key (black)2.7%
Color previews
#f8ca7e text on a black background
contrast 13.74:1
Card sample
#f8ca7e text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8ca7e;
Background color
Panel with #f8ca7e background
background-color: #f8ca7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8ca7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 202, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 202, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8ca7e; background: linear-gradient(135deg, #f8ca7e, #D5F87E);