#fffcc0
a pale, electric yellow · cool · closest name: khaki
RGB
255, 252, 192
HSL
57°, 100%, 88%
CMYK
0, 1, 25, 0
Luminance
0.9469
Every format
| HEX | #fffcc0 |
| RGB | rgb(255, 252, 192) |
| HSL | hsl(57, 100%, 88%) |
| CMYK | cmyk(0%, 1%, 25%, 0%) |
| LAB | lab(97.9 -8.2 29.2) |
| LCH | lch(97.9 30.3 105.7) |
| OKLCH | oklch(0.979 0.076 105.3) |
Copy-ready code
/* CSS */
color: #fffcc0;
background-color: #fffcc0;
/* Tailwind (arbitrary) */
class="text-[#fffcc0] bg-[#fffcc0]"
/* SCSS */
$brand: #fffcc0;
/* SwiftUI */
Color(red: 1.000, green: 0.988, blue: 0.753)
/* Android */
Color.parseColor("#fffcc0")Accessibility — WCAG contrast
Aa
#fffcc0 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffcc0 on black: 19.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.8%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow24.7%
Key (black)0.0%
Color previews
#fffcc0 text on a black background
contrast 19.94:1
Card sample
#fffcc0 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffcc0;
Background color
Panel with #fffcc0 background
background-color: #fffcc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffcc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 252, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 252, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffcc0; background: linear-gradient(135deg, #fffcc0, #D8FFC0);