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