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