#ffc97f
a light, electric orange · warm · closest name: khaki
RGB
255, 201, 127
HSL
35°, 100%, 75%
CMYK
0, 21, 50, 0
Luminance
0.6457
Every format
| HEX | #ffc97f |
| RGB | rgb(255, 201, 127) |
| HSL | hsl(35, 100%, 75%) |
| CMYK | cmyk(0%, 21%, 50%, 0%) |
| LAB | lab(84.3 10.5 44.1) |
| LCH | lch(84.3 45.3 76.6) |
| OKLCH | oklch(0.868 0.110 74.2) |
Copy-ready code
/* CSS */
color: #ffc97f;
background-color: #ffc97f;
/* Tailwind (arbitrary) */
class="text-[#ffc97f] bg-[#ffc97f]"
/* SCSS */
$brand: #ffc97f;
/* SwiftUI */
Color(red: 1.000, green: 0.788, blue: 0.498)
/* Android */
Color.parseColor("#ffc97f")Accessibility — WCAG contrast
Aa
#ffc97f on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc97f on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.8%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow50.2%
Key (black)0.0%
Color previews
#ffc97f text on a black background
contrast 13.91:1
Card sample
#ffc97f text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc97f;
Background color
Panel with #ffc97f background
background-color: #ffc97f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc97f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 201, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 201, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc97f; background: linear-gradient(135deg, #ffc97f, #E0FF7F);