#fccc8f
a light, electric orange · warm · closest name: tan
RGB
252, 204, 143
HSL
34°, 95%, 78%
CMYK
0, 19, 43, 1
Luminance
0.6586
Every format
| HEX | #fccc8f |
| RGB | rgb(252, 204, 143) |
| HSL | hsl(34, 95%, 78%) |
| CMYK | cmyk(0%, 19%, 43%, 1%) |
| LAB | lab(84.9 9.3 36.8) |
| LCH | lch(84.9 37.9 75.8) |
| OKLCH | oklch(0.874 0.095 72.7) |
Copy-ready code
/* CSS */
color: #fccc8f;
background-color: #fccc8f;
/* Tailwind (arbitrary) */
class="text-[#fccc8f] bg-[#fccc8f]"
/* SCSS */
$brand: #fccc8f;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.561)
/* Android */
Color.parseColor("#fccc8f")Accessibility — WCAG contrast
Aa
#fccc8f on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccc8f on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow43.3%
Key (black)1.2%
Color previews
#fccc8f text on a black background
contrast 14.17:1
Card sample
#fccc8f text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccc8f;
Background color
Panel with #fccc8f background
background-color: #fccc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccc8f; background: linear-gradient(135deg, #fccc8f, #E3FC8F);