#feceb8
a pale, electric orange · warm · closest name: tan
RGB
254, 206, 184
HSL
19°, 97%, 86%
CMYK
0, 19, 28, 0
Luminance
0.6867
Every format
| HEX | #feceb8 |
| RGB | rgb(254, 206, 184) |
| HSL | hsl(19, 97%, 86%) |
| CMYK | cmyk(0%, 19%, 28%, 0%) |
| LAB | lab(86.3 13.8 17.4) |
| LCH | lch(86.3 22.2 51.5) |
| OKLCH | oklch(0.887 0.062 45.9) |
Copy-ready code
/* CSS */
color: #feceb8;
background-color: #feceb8;
/* Tailwind (arbitrary) */
class="text-[#feceb8] bg-[#feceb8]"
/* SCSS */
$brand: #feceb8;
/* SwiftUI */
Color(red: 0.996, green: 0.808, blue: 0.722)
/* Android */
Color.parseColor("#feceb8")Accessibility — WCAG contrast
Aa
#feceb8 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feceb8 on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green80.8%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow27.6%
Key (black)0.4%
Color previews
#feceb8 text on a black background
contrast 14.73:1
Card sample
#feceb8 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feceb8;
Background color
Panel with #feceb8 background
background-color: #feceb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feceb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 206, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 206, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feceb8; background: linear-gradient(135deg, #feceb8, #FEFDB8);