#fce2ab
a light, electric yellow · warm · closest name: tan
RGB
252, 226, 171
HSL
41°, 93%, 83%
CMYK
0, 10, 32, 1
Luminance
0.7803
Every format
| HEX | #fce2ab |
| RGB | rgb(252, 226, 171) |
| HSL | hsl(41, 93%, 83%) |
| CMYK | cmyk(0%, 10%, 32%, 1%) |
| LAB | lab(90.8 1.1 30.2) |
| LCH | lch(90.8 30.2 87.9) |
| OKLCH | oklch(0.921 0.076 85.5) |
Copy-ready code
/* CSS */
color: #fce2ab;
background-color: #fce2ab;
/* Tailwind (arbitrary) */
class="text-[#fce2ab] bg-[#fce2ab]"
/* SCSS */
$brand: #fce2ab;
/* SwiftUI */
Color(red: 0.988, green: 0.886, blue: 0.671)
/* Android */
Color.parseColor("#fce2ab")Accessibility — WCAG contrast
Aa
#fce2ab on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fce2ab on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green88.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow32.1%
Key (black)1.2%
Color previews
#fce2ab text on a black background
contrast 16.61:1
Card sample
#fce2ab text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fce2ab;
Background color
Panel with #fce2ab background
background-color: #fce2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fce2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 226, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 226, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fce2ab; background: linear-gradient(135deg, #fce2ab, #E0FCAB);