#fadcab
a light, electric orange · warm · closest name: tan
RGB
250, 220, 171
HSL
37°, 89%, 83%
CMYK
0, 12, 32, 2
Luminance
0.7445
Every format
| HEX | #fadcab |
| RGB | rgb(250, 220, 171) |
| HSL | hsl(37, 89%, 83%) |
| CMYK | cmyk(0%, 12%, 32%, 2%) |
| LAB | lab(89.1 3.4 27.9) |
| LCH | lch(89.1 28.1 83.1) |
| OKLCH | oklch(0.908 0.071 79.8) |
Copy-ready code
/* CSS */
color: #fadcab;
background-color: #fadcab;
/* Tailwind (arbitrary) */
class="text-[#fadcab] bg-[#fadcab]"
/* SCSS */
$brand: #fadcab;
/* SwiftUI */
Color(red: 0.980, green: 0.863, blue: 0.671)
/* Android */
Color.parseColor("#fadcab")Accessibility — WCAG contrast
Aa
#fadcab on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadcab on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green86.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow31.6%
Key (black)2.0%
Color previews
#fadcab text on a black background
contrast 15.89:1
Card sample
#fadcab text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadcab;
Background color
Panel with #fadcab background
background-color: #fadcab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadcab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 220, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 220, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadcab; background: linear-gradient(135deg, #fadcab, #E3FAAB);