#fedabc
a pale, electric orange · warm · closest name: tan
RGB
254, 218, 188
HSL
27°, 97%, 87%
CMYK
0, 14, 26, 0
Luminance
0.7484
Every format
| HEX | #fedabc |
| RGB | rgb(254, 218, 188) |
| HSL | hsl(27, 97%, 87%) |
| CMYK | cmyk(0%, 14%, 26%, 0%) |
| LAB | lab(89.3 8.1 19.4) |
| LCH | lch(89.3 21.0 67.3) |
| OKLCH | oklch(0.911 0.057 61.8) |
Copy-ready code
/* CSS */
color: #fedabc;
background-color: #fedabc;
/* Tailwind (arbitrary) */
class="text-[#fedabc] bg-[#fedabc]"
/* SCSS */
$brand: #fedabc;
/* SwiftUI */
Color(red: 0.996, green: 0.855, blue: 0.737)
/* Android */
Color.parseColor("#fedabc")Accessibility — WCAG contrast
Aa
#fedabc on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fedabc on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green85.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow26.0%
Key (black)0.4%
Color previews
#fedabc text on a black background
contrast 15.97:1
Card sample
#fedabc text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fedabc;
Background color
Panel with #fedabc background
background-color: #fedabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fedabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 218, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 218, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fedabc; background: linear-gradient(135deg, #fedabc, #F6FEBC);