#fadeb5
a light, electric orange · warm · closest name: tan
RGB
250, 222, 181
HSL
36°, 87%, 85%
CMYK
0, 11, 28, 2
Luminance
0.7590
Every format
| HEX | #fadeb5 |
| RGB | rgb(250, 222, 181) |
| HSL | hsl(36, 87%, 85%) |
| CMYK | cmyk(0%, 11%, 28%, 2%) |
| LAB | lab(89.8 3.6 23.7) |
| LCH | lch(89.8 24.0 81.3) |
| OKLCH | oklch(0.914 0.062 77.2) |
Copy-ready code
/* CSS */
color: #fadeb5;
background-color: #fadeb5;
/* Tailwind (arbitrary) */
class="text-[#fadeb5] bg-[#fadeb5]"
/* SCSS */
$brand: #fadeb5;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.710)
/* Android */
Color.parseColor("#fadeb5")Accessibility — WCAG contrast
Aa
#fadeb5 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadeb5 on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow27.6%
Key (black)2.0%
Color previews
#fadeb5 text on a black background
contrast 16.18:1
Card sample
#fadeb5 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadeb5;
Background color
Panel with #fadeb5 background
background-color: #fadeb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadeb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadeb5; background: linear-gradient(135deg, #fadeb5, #E8FAB5);