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