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