#fccf74
a light, electric yellow · warm · closest name: khaki
RGB
252, 207, 116
HSL
40°, 96%, 72%
CMYK
0, 18, 54, 1
Luminance
0.6658
Every format
| HEX | #fccf74 |
| RGB | rgb(252, 207, 116) |
| HSL | hsl(40, 96%, 72%) |
| CMYK | cmyk(0%, 18%, 54%, 1%) |
| LAB | lab(85.3 5.3 50.7) |
| LCH | lch(85.3 51.0 84.1) |
| OKLCH | oklch(0.875 0.121 83.5) |
Copy-ready code
/* CSS */
color: #fccf74;
background-color: #fccf74;
/* Tailwind (arbitrary) */
class="text-[#fccf74] bg-[#fccf74]"
/* SCSS */
$brand: #fccf74;
/* SwiftUI */
Color(red: 0.988, green: 0.812, blue: 0.455)
/* Android */
Color.parseColor("#fccf74")Accessibility — WCAG contrast
Aa
#fccf74 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccf74 on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green81.2%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow54.0%
Key (black)1.2%
Color previews
#fccf74 text on a black background
contrast 14.32:1
Card sample
#fccf74 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccf74;
Background color
Panel with #fccf74 background
background-color: #fccf74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccf74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 207, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 207, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccf74; background: linear-gradient(135deg, #fccf74, #CFFC74);