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