#fccf89
a light, electric orange · warm · closest name: khaki
RGB
252, 207, 137
HSL
37°, 95%, 76%
CMYK
0, 18, 46, 1
Luminance
0.6713
Every format
| HEX | #fccf89 |
| RGB | rgb(252, 207, 137) |
| HSL | hsl(37, 95%, 76%) |
| CMYK | cmyk(0%, 18%, 46%, 1%) |
| LAB | lab(85.6 7.1 40.6) |
| LCH | lch(85.6 41.3 80.1) |
| OKLCH | oklch(0.878 0.101 77.9) |
Copy-ready code
/* CSS */
color: #fccf89;
background-color: #fccf89;
/* Tailwind (arbitrary) */
class="text-[#fccf89] bg-[#fccf89]"
/* SCSS */
$brand: #fccf89;
/* SwiftUI */
Color(red: 0.988, green: 0.812, blue: 0.537)
/* Android */
Color.parseColor("#fccf89")Accessibility — WCAG contrast
Aa
#fccf89 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccf89 on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green81.2%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow45.6%
Key (black)1.2%
Color previews
#fccf89 text on a black background
contrast 14.43:1
Card sample
#fccf89 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccf89;
Background color
Panel with #fccf89 background
background-color: #fccf89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccf89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 207, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 207, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccf89; background: linear-gradient(135deg, #fccf89, #DCFC89);