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