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