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