#fadebc
a pale, electric orange · warm · closest name: beige
RGB
250, 222, 188
HSL
33°, 86%, 86%
CMYK
0, 11, 25, 2
Luminance
0.7620
Every format
| HEX | #fadebc |
| RGB | rgb(250, 222, 188) |
| HSL | hsl(33, 86%, 86%) |
| CMYK | cmyk(0%, 11%, 25%, 2%) |
| LAB | lab(90.0 4.6 20.2) |
| LCH | lch(90.0 20.7 77.3) |
| OKLCH | oklch(0.915 0.054 72.4) |
Copy-ready code
/* CSS */
color: #fadebc;
background-color: #fadebc;
/* Tailwind (arbitrary) */
class="text-[#fadebc] bg-[#fadebc]"
/* SCSS */
$brand: #fadebc;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.737)
/* Android */
Color.parseColor("#fadebc")Accessibility — WCAG contrast
Aa
#fadebc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadebc on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow24.8%
Key (black)2.0%
Color previews
#fadebc text on a black background
contrast 16.24:1
Card sample
#fadebc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadebc;
Background color
Panel with #fadebc background
background-color: #fadebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadebc; background: linear-gradient(135deg, #fadebc, #EDFABC);