#fccc81
a light, electric orange · warm · closest name: khaki
RGB
252, 204, 129
HSL
37°, 95%, 75%
CMYK
0, 19, 49, 1
Luminance
0.6547
Every format
| HEX | #fccc81 |
| RGB | rgb(252, 204, 129) |
| HSL | hsl(37, 95%, 75%) |
| CMYK | cmyk(0%, 19%, 49%, 1%) |
| LAB | lab(84.7 7.9 43.6) |
| LCH | lch(84.7 44.3 79.7) |
| OKLCH | oklch(0.871 0.108 77.8) |
Copy-ready code
/* CSS */
color: #fccc81;
background-color: #fccc81;
/* Tailwind (arbitrary) */
class="text-[#fccc81] bg-[#fccc81]"
/* SCSS */
$brand: #fccc81;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.506)
/* Android */
Color.parseColor("#fccc81")Accessibility — WCAG contrast
Aa
#fccc81 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccc81 on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue50.6%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow48.8%
Key (black)1.2%
Color previews
#fccc81 text on a black background
contrast 14.09:1
Card sample
#fccc81 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccc81;
Background color
Panel with #fccc81 background
background-color: #fccc81;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccc81;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccc81; background: linear-gradient(135deg, #fccc81, #DAFC81);