#fadeb1
a light, electric orange · warm · closest name: tan
RGB
250, 222, 177
HSL
37°, 88%, 84%
CMYK
0, 11, 29, 2
Luminance
0.7574
Every format
| HEX | #fadeb1 |
| RGB | rgb(250, 222, 177) |
| HSL | hsl(37, 88%, 84%) |
| CMYK | cmyk(0%, 11%, 29%, 2%) |
| LAB | lab(89.7 3.1 25.6) |
| LCH | lch(89.7 25.8 83.1) |
| OKLCH | oklch(0.913 0.066 79.5) |
Copy-ready code
/* CSS */
color: #fadeb1;
background-color: #fadeb1;
/* Tailwind (arbitrary) */
class="text-[#fadeb1] bg-[#fadeb1]"
/* SCSS */
$brand: #fadeb1;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.694)
/* Android */
Color.parseColor("#fadeb1")Accessibility — WCAG contrast
Aa
#fadeb1 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadeb1 on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow29.2%
Key (black)2.0%
Color previews
#fadeb1 text on a black background
contrast 16.15:1
Card sample
#fadeb1 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadeb1;
Background color
Panel with #fadeb1 background
background-color: #fadeb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadeb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadeb1; background: linear-gradient(135deg, #fadeb1, #E5FAB1);