#fce2ba
a pale, electric orange · warm · closest name: beige
RGB
252, 226, 186
HSL
36°, 92%, 86%
CMYK
0, 10, 26, 1
Luminance
0.7863
Every format
| HEX | #fce2ba |
| RGB | rgb(252, 226, 186) |
| HSL | hsl(36, 92%, 86%) |
| CMYK | cmyk(0%, 10%, 26%, 1%) |
| LAB | lab(91.1 3.0 22.8) |
| LCH | lch(91.1 23.0 82.5) |
| OKLCH | oklch(0.924 0.059 78.5) |
Copy-ready code
/* CSS */
color: #fce2ba;
background-color: #fce2ba;
/* Tailwind (arbitrary) */
class="text-[#fce2ba] bg-[#fce2ba]"
/* SCSS */
$brand: #fce2ba;
/* SwiftUI */
Color(red: 0.988, green: 0.886, blue: 0.729)
/* Android */
Color.parseColor("#fce2ba")Accessibility — WCAG contrast
Aa
#fce2ba on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fce2ba on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green88.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow26.2%
Key (black)1.2%
Color previews
#fce2ba text on a black background
contrast 16.73:1
Card sample
#fce2ba text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fce2ba;
Background color
Panel with #fce2ba background
background-color: #fce2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fce2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 226, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 226, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fce2ba; background: linear-gradient(135deg, #fce2ba, #EAFCBA);