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