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