#fce6af
a light, electric yellow · warm · closest name: khaki
RGB
252, 230, 175
HSL
43°, 93%, 84%
CMYK
0, 9, 31, 1
Luminance
0.8038
Every format
| HEX | #fce6af |
| RGB | rgb(252, 230, 175) |
| HSL | hsl(43, 93%, 84%) |
| CMYK | cmyk(0%, 9%, 31%, 1%) |
| LAB | lab(91.9 -0.5 29.6) |
| LCH | lch(91.9 29.6 90.9) |
| OKLCH | oklch(0.930 0.074 88.8) |
Copy-ready code
/* CSS */
color: #fce6af;
background-color: #fce6af;
/* Tailwind (arbitrary) */
class="text-[#fce6af] bg-[#fce6af]"
/* SCSS */
$brand: #fce6af;
/* SwiftUI */
Color(red: 0.988, green: 0.902, blue: 0.686)
/* Android */
Color.parseColor("#fce6af")Accessibility — WCAG contrast
Aa
#fce6af on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fce6af on black: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green90.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow30.6%
Key (black)1.2%
Color previews
#fce6af text on a black background
contrast 17.08:1
Card sample
#fce6af text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fce6af;
Background color
Panel with #fce6af background
background-color: #fce6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fce6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 230, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 230, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fce6af; background: linear-gradient(135deg, #fce6af, #DFFCAF);