#fecebc
a pale, electric orange · warm · closest name: pink
RGB
254, 206, 188
HSL
16°, 97%, 87%
CMYK
0, 19, 26, 0
Luminance
0.6884
Every format
| HEX | #fecebc |
| RGB | rgb(254, 206, 188) |
| HSL | hsl(16, 97%, 87%) |
| CMYK | cmyk(0%, 19%, 26%, 0%) |
| LAB | lab(86.4 14.3 15.3) |
| LCH | lch(86.4 21.0 46.9) |
| OKLCH | oklch(0.888 0.060 41.6) |
Copy-ready code
/* CSS */
color: #fecebc;
background-color: #fecebc;
/* Tailwind (arbitrary) */
class="text-[#fecebc] bg-[#fecebc]"
/* SCSS */
$brand: #fecebc;
/* SwiftUI */
Color(red: 0.996, green: 0.808, blue: 0.737)
/* Android */
Color.parseColor("#fecebc")Accessibility — WCAG contrast
Aa
#fecebc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fecebc on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green80.8%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow26.0%
Key (black)0.4%
Color previews
#fecebc text on a black background
contrast 14.77:1
Card sample
#fecebc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fecebc;
Background color
Panel with #fecebc background
background-color: #fecebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fecebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 206, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 206, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fecebc; background: linear-gradient(135deg, #fecebc, #FEFABC);