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