#fccf7f
a light, electric orange · warm · closest name: khaki
RGB
252, 207, 127
HSL
38°, 95%, 74%
CMYK
0, 18, 50, 1
Luminance
0.6685
Every format
| HEX | #fccf7f |
| RGB | rgb(252, 207, 127) |
| HSL | hsl(38, 95%, 74%) |
| CMYK | cmyk(0%, 18%, 50%, 1%) |
| LAB | lab(85.4 6.2 45.5) |
| LCH | lch(85.4 45.9 82.2) |
| OKLCH | oklch(0.877 0.111 80.9) |
Copy-ready code
/* CSS */
color: #fccf7f;
background-color: #fccf7f;
/* Tailwind (arbitrary) */
class="text-[#fccf7f] bg-[#fccf7f]"
/* SCSS */
$brand: #fccf7f;
/* SwiftUI */
Color(red: 0.988, green: 0.812, blue: 0.498)
/* Android */
Color.parseColor("#fccf7f")Accessibility — WCAG contrast
Aa
#fccf7f on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccf7f on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green81.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow49.6%
Key (black)1.2%
Color previews
#fccf7f text on a black background
contrast 14.37:1
Card sample
#fccf7f text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccf7f;
Background color
Panel with #fccf7f background
background-color: #fccf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 207, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 207, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccf7f; background: linear-gradient(135deg, #fccf7f, #D6FC7F);