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