#ffc95f
a light, electric orange · warm · closest name: khaki
RGB
255, 201, 95
HSL
40°, 100%, 69%
CMYK
0, 21, 63, 0
Luminance
0.6386
Every format
| HEX | #ffc95f |
| RGB | rgb(255, 201, 95) |
| HSL | hsl(40, 100%, 69%) |
| CMYK | cmyk(0%, 21%, 63%, 0%) |
| LAB | lab(83.9 8.1 59.0) |
| LCH | lch(83.9 59.5 82.2) |
| OKLCH | oklch(0.864 0.137 82.0) |
Copy-ready code
/* CSS */
color: #ffc95f;
background-color: #ffc95f;
/* Tailwind (arbitrary) */
class="text-[#ffc95f] bg-[#ffc95f]"
/* SCSS */
$brand: #ffc95f;
/* SwiftUI */
Color(red: 1.000, green: 0.788, blue: 0.373)
/* Android */
Color.parseColor("#ffc95f")Accessibility — WCAG contrast
Aa
#ffc95f on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc95f on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow62.7%
Key (black)0.0%
Color previews
#ffc95f text on a black background
contrast 13.77:1
Card sample
#ffc95f text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc95f;
Background color
Panel with #ffc95f background
background-color: #ffc95f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc95f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 201, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 201, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc95f; background: linear-gradient(135deg, #ffc95f, #CAFF5F);