#fccb6c
a light, electric orange · warm · closest name: khaki
RGB
252, 203, 108
HSL
40°, 96%, 71%
CMYK
0, 19, 57, 1
Luminance
0.6449
Every format
| HEX | #fccb6c |
| RGB | rgb(252, 203, 108) |
| HSL | hsl(40, 96%, 71%) |
| CMYK | cmyk(0%, 19%, 57%, 1%) |
| LAB | lab(84.2 6.7 53.3) |
| LCH | lch(84.2 53.7 82.8) |
| OKLCH | oklch(0.867 0.126 82.3) |
Copy-ready code
/* CSS */
color: #fccb6c;
background-color: #fccb6c;
/* Tailwind (arbitrary) */
class="text-[#fccb6c] bg-[#fccb6c]"
/* SCSS */
$brand: #fccb6c;
/* SwiftUI */
Color(red: 0.988, green: 0.796, blue: 0.424)
/* Android */
Color.parseColor("#fccb6c")Accessibility — WCAG contrast
Aa
#fccb6c on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccb6c on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green79.6%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow57.1%
Key (black)1.2%
Color previews
#fccb6c text on a black background
contrast 13.90:1
Card sample
#fccb6c text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccb6c;
Background color
Panel with #fccb6c background
background-color: #fccb6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccb6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 203, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 203, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccb6c; background: linear-gradient(135deg, #fccb6c, #CDFC6C);