#fccc89
a light, electric orange · warm · closest name: tan
RGB
252, 204, 137
HSL
35°, 95%, 76%
CMYK
0, 19, 46, 1
Luminance
0.6569
Every format
| HEX | #fccc89 |
| RGB | rgb(252, 204, 137) |
| HSL | hsl(35, 95%, 76%) |
| CMYK | cmyk(0%, 19%, 46%, 1%) |
| LAB | lab(84.8 8.7 39.7) |
| LCH | lch(84.8 40.7 77.7) |
| OKLCH | oklch(0.873 0.100 75.1) |
Copy-ready code
/* CSS */
color: #fccc89;
background-color: #fccc89;
/* Tailwind (arbitrary) */
class="text-[#fccc89] bg-[#fccc89]"
/* SCSS */
$brand: #fccc89;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.537)
/* Android */
Color.parseColor("#fccc89")Accessibility — WCAG contrast
Aa
#fccc89 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccc89 on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow45.6%
Key (black)1.2%
Color previews
#fccc89 text on a black background
contrast 14.14:1
Card sample
#fccc89 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccc89;
Background color
Panel with #fccc89 background
background-color: #fccc89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccc89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccc89; background: linear-gradient(135deg, #fccc89, #DFFC89);