#fccc85
a light, electric orange · warm · closest name: khaki
RGB
252, 204, 133
HSL
36°, 95%, 76%
CMYK
0, 19, 47, 1
Luminance
0.6557
Every format
| HEX | #fccc85 |
| RGB | rgb(252, 204, 133) |
| HSL | hsl(36, 95%, 76%) |
| CMYK | cmyk(0%, 19%, 47%, 1%) |
| LAB | lab(84.8 8.3 41.7) |
| LCH | lch(84.8 42.5 78.7) |
| OKLCH | oklch(0.872 0.104 76.5) |
Copy-ready code
/* CSS */
color: #fccc85;
background-color: #fccc85;
/* Tailwind (arbitrary) */
class="text-[#fccc85] bg-[#fccc85]"
/* SCSS */
$brand: #fccc85;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.522)
/* Android */
Color.parseColor("#fccc85")Accessibility — WCAG contrast
Aa
#fccc85 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccc85 on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow47.2%
Key (black)1.2%
Color previews
#fccc85 text on a black background
contrast 14.11:1
Card sample
#fccc85 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccc85;
Background color
Panel with #fccc85 background
background-color: #fccc85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccc85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccc85; background: linear-gradient(135deg, #fccc85, #DDFC85);