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