#fcc95f
a light, electric yellow · warm · closest name: khaki
RGB
252, 201, 95
HSL
41°, 96%, 68%
CMYK
0, 20, 62, 1
Luminance
0.6329
Every format
| HEX | #fcc95f |
| RGB | rgb(252, 201, 95) |
| HSL | hsl(41, 96%, 68%) |
| CMYK | cmyk(0%, 20%, 62%, 1%) |
| LAB | lab(83.6 6.9 58.6) |
| LCH | lch(83.6 59.0 83.3) |
| OKLCH | oklch(0.861 0.136 83.4) |
Copy-ready code
/* CSS */
color: #fcc95f;
background-color: #fcc95f;
/* Tailwind (arbitrary) */
class="text-[#fcc95f] bg-[#fcc95f]"
/* SCSS */
$brand: #fcc95f;
/* SwiftUI */
Color(red: 0.988, green: 0.788, blue: 0.373)
/* Android */
Color.parseColor("#fcc95f")Accessibility — WCAG contrast
Aa
#fcc95f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc95f on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green78.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow62.3%
Key (black)1.2%
Color previews
#fcc95f text on a black background
contrast 13.66:1
Card sample
#fcc95f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc95f;
Background color
Panel with #fcc95f background
background-color: #fcc95f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc95f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 201, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 201, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc95f; background: linear-gradient(135deg, #fcc95f, #C6FC5F);