#fccf8f
a light, electric orange · warm · closest name: tan
RGB
252, 207, 143
HSL
35°, 95%, 78%
CMYK
0, 18, 43, 1
Luminance
0.6730
Every format
| HEX | #fccf8f |
| RGB | rgb(252, 207, 143) |
| HSL | hsl(35, 95%, 78%) |
| CMYK | cmyk(0%, 18%, 43%, 1%) |
| LAB | lab(85.7 7.7 37.7) |
| LCH | lch(85.7 38.5 78.4) |
| OKLCH | oklch(0.879 0.096 75.8) |
Copy-ready code
/* CSS */
color: #fccf8f;
background-color: #fccf8f;
/* Tailwind (arbitrary) */
class="text-[#fccf8f] bg-[#fccf8f]"
/* SCSS */
$brand: #fccf8f;
/* SwiftUI */
Color(red: 0.988, green: 0.812, blue: 0.561)
/* Android */
Color.parseColor("#fccf8f")Accessibility — WCAG contrast
Aa
#fccf8f on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccf8f on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green81.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow43.3%
Key (black)1.2%
Color previews
#fccf8f text on a black background
contrast 14.46:1
Card sample
#fccf8f text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccf8f;
Background color
Panel with #fccf8f background
background-color: #fccf8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccf8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 207, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 207, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccf8f; background: linear-gradient(135deg, #fccf8f, #E0FC8F);