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