#fad9b2
a light, electric orange · warm · closest name: tan
RGB
250, 217, 178
HSL
33°, 88%, 84%
CMYK
0, 13, 29, 2
Luminance
0.7316
Every format
| HEX | #fad9b2 |
| RGB | rgb(250, 217, 178) |
| HSL | hsl(33, 88%, 84%) |
| CMYK | cmyk(0%, 13%, 29%, 2%) |
| LAB | lab(88.5 5.8 23.5) |
| LCH | lch(88.5 24.2 76.1) |
| OKLCH | oklch(0.903 0.063 71.6) |
Copy-ready code
/* CSS */
color: #fad9b2;
background-color: #fad9b2;
/* Tailwind (arbitrary) */
class="text-[#fad9b2] bg-[#fad9b2]"
/* SCSS */
$brand: #fad9b2;
/* SwiftUI */
Color(red: 0.980, green: 0.851, blue: 0.698)
/* Android */
Color.parseColor("#fad9b2")Accessibility — WCAG contrast
Aa
#fad9b2 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad9b2 on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.1%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta13.2%
Yellow28.8%
Key (black)2.0%
Color previews
#fad9b2 text on a black background
contrast 15.63:1
Card sample
#fad9b2 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad9b2;
Background color
Panel with #fad9b2 background
background-color: #fad9b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad9b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 217, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 217, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad9b2; background: linear-gradient(135deg, #fad9b2, #EBFAB2);