#feccba
a pale, electric orange · warm · closest name: pink
RGB
254, 204, 186
HSL
16°, 97%, 86%
CMYK
0, 20, 27, 0
Luminance
0.6780
Every format
| HEX | #feccba |
| RGB | rgb(254, 204, 186) |
| HSL | hsl(16, 97%, 86%) |
| CMYK | cmyk(0%, 20%, 27%, 0%) |
| LAB | lab(85.9 15.1 15.7) |
| LCH | lch(85.9 21.8 46.1) |
| OKLCH | oklch(0.884 0.062 40.7) |
Copy-ready code
/* CSS */
color: #feccba;
background-color: #feccba;
/* Tailwind (arbitrary) */
class="text-[#feccba] bg-[#feccba]"
/* SCSS */
$brand: #feccba;
/* SwiftUI */
Color(red: 0.996, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#feccba")Accessibility — WCAG contrast
Aa
#feccba on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feccba on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green80.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow26.8%
Key (black)0.4%
Color previews
#feccba text on a black background
contrast 14.56:1
Card sample
#feccba text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feccba;
Background color
Panel with #feccba background
background-color: #feccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feccba; background: linear-gradient(135deg, #feccba, #FEF9BA);