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