#feceb2
a light, electric orange · warm · closest name: tan
RGB
254, 206, 178
HSL
22°, 97%, 85%
CMYK
0, 19, 30, 0
Luminance
0.6843
Every format
| HEX | #feceb2 |
| RGB | rgb(254, 206, 178) |
| HSL | hsl(22, 97%, 85%) |
| CMYK | cmyk(0%, 19%, 30%, 0%) |
| LAB | lab(86.2 13.0 20.3) |
| LCH | lch(86.2 24.1 57.4) |
| OKLCH | oklch(0.886 0.066 51.8) |
Copy-ready code
/* CSS */
color: #feceb2;
background-color: #feceb2;
/* Tailwind (arbitrary) */
class="text-[#feceb2] bg-[#feceb2]"
/* SCSS */
$brand: #feceb2;
/* SwiftUI */
Color(red: 0.996, green: 0.808, blue: 0.698)
/* Android */
Color.parseColor("#feceb2")Accessibility — WCAG contrast
Aa
#feceb2 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feceb2 on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green80.8%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow29.9%
Key (black)0.4%
Color previews
#feceb2 text on a black background
contrast 14.69:1
Card sample
#feceb2 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feceb2;
Background color
Panel with #feceb2 background
background-color: #feceb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feceb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 206, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 206, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feceb2; background: linear-gradient(135deg, #feceb2, #FBFEB2);