#fce2bf
a pale, electric orange · warm · closest name: beige
RGB
252, 226, 191
HSL
34°, 91%, 87%
CMYK
0, 10, 24, 1
Luminance
0.7885
Every format
| HEX | #fce2bf |
| RGB | rgb(252, 226, 191) |
| HSL | hsl(34, 91%, 87%) |
| CMYK | cmyk(0%, 10%, 24%, 1%) |
| LAB | lab(91.2 3.7 20.4) |
| LCH | lch(91.2 20.7 79.8) |
| OKLCH | oklch(0.925 0.054 75.2) |
Copy-ready code
/* CSS */
color: #fce2bf;
background-color: #fce2bf;
/* Tailwind (arbitrary) */
class="text-[#fce2bf] bg-[#fce2bf]"
/* SCSS */
$brand: #fce2bf;
/* SwiftUI */
Color(red: 0.988, green: 0.886, blue: 0.749)
/* Android */
Color.parseColor("#fce2bf")Accessibility — WCAG contrast
Aa
#fce2bf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fce2bf on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green88.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow24.2%
Key (black)1.2%
Color previews
#fce2bf text on a black background
contrast 16.77:1
Card sample
#fce2bf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fce2bf;
Background color
Panel with #fce2bf background
background-color: #fce2bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fce2bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 226, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 226, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fce2bf; background: linear-gradient(135deg, #fce2bf, #EDFCBF);