#fadcb7
a light, electric orange · warm · closest name: tan
RGB
250, 220, 183
HSL
33°, 87%, 85%
CMYK
0, 12, 27, 2
Luminance
0.7493
Every format
| HEX | #fadcb7 |
| RGB | rgb(250, 220, 183) |
| HSL | hsl(33, 87%, 85%) |
| CMYK | cmyk(0%, 12%, 27%, 2%) |
| LAB | lab(89.4 4.9 22.0) |
| LCH | lch(89.4 22.6 77.4) |
| OKLCH | oklch(0.910 0.059 72.8) |
Copy-ready code
/* CSS */
color: #fadcb7;
background-color: #fadcb7;
/* Tailwind (arbitrary) */
class="text-[#fadcb7] bg-[#fadcb7]"
/* SCSS */
$brand: #fadcb7;
/* SwiftUI */
Color(red: 0.980, green: 0.863, blue: 0.718)
/* Android */
Color.parseColor("#fadcb7")Accessibility — WCAG contrast
Aa
#fadcb7 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadcb7 on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green86.3%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow26.8%
Key (black)2.0%
Color previews
#fadcb7 text on a black background
contrast 15.99:1
Card sample
#fadcb7 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadcb7;
Background color
Panel with #fadcb7 background
background-color: #fadcb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadcb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 220, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 220, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadcb7; background: linear-gradient(135deg, #fadcb7, #EBFAB7);