#fadcb4
a light, electric orange · warm · closest name: tan
RGB
250, 220, 180
HSL
34°, 88%, 84%
CMYK
0, 12, 28, 2
Luminance
0.7481
Every format
| HEX | #fadcb4 |
| RGB | rgb(250, 220, 180) |
| HSL | hsl(34, 88%, 84%) |
| CMYK | cmyk(0%, 12%, 28%, 2%) |
| LAB | lab(89.3 4.5 23.5) |
| LCH | lch(89.3 23.9 79.1) |
| OKLCH | oklch(0.909 0.062 74.8) |
Copy-ready code
/* CSS */
color: #fadcb4;
background-color: #fadcb4;
/* Tailwind (arbitrary) */
class="text-[#fadcb4] bg-[#fadcb4]"
/* SCSS */
$brand: #fadcb4;
/* SwiftUI */
Color(red: 0.980, green: 0.863, blue: 0.706)
/* Android */
Color.parseColor("#fadcb4")Accessibility — WCAG contrast
Aa
#fadcb4 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadcb4 on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green86.3%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow28.0%
Key (black)2.0%
Color previews
#fadcb4 text on a black background
contrast 15.96:1
Card sample
#fadcb4 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadcb4;
Background color
Panel with #fadcb4 background
background-color: #fadcb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadcb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 220, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 220, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadcb4; background: linear-gradient(135deg, #fadcb4, #E9FAB4);