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