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