#fccf97
a light, electric orange · warm · closest name: tan
RGB
252, 207, 151
HSL
33°, 94%, 79%
CMYK
0, 18, 40, 1
Luminance
0.6756
Every format
| HEX | #fccf97 |
| RGB | rgb(252, 207, 151) |
| HSL | hsl(33, 94%, 79%) |
| CMYK | cmyk(0%, 18%, 40%, 1%) |
| LAB | lab(85.8 8.6 33.8) |
| LCH | lch(85.8 34.9 75.8) |
| OKLCH | oklch(0.881 0.088 72.4) |
Copy-ready code
/* CSS */
color: #fccf97;
background-color: #fccf97;
/* Tailwind (arbitrary) */
class="text-[#fccf97] bg-[#fccf97]"
/* SCSS */
$brand: #fccf97;
/* SwiftUI */
Color(red: 0.988, green: 0.812, blue: 0.592)
/* Android */
Color.parseColor("#fccf97")Accessibility — WCAG contrast
Aa
#fccf97 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccf97 on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green81.2%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow40.1%
Key (black)1.2%
Color previews
#fccf97 text on a black background
contrast 14.51:1
Card sample
#fccf97 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccf97;
Background color
Panel with #fccf97 background
background-color: #fccf97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccf97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 207, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 207, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccf97; background: linear-gradient(135deg, #fccf97, #E6FC97);