#fad3af
a light, electric orange · warm · closest name: tan
RGB
250, 211, 175
HSL
29°, 88%, 83%
CMYK
0, 16, 30, 2
Luminance
0.7001
Every format
| HEX | #fad3af |
| RGB | rgb(250, 211, 175) |
| HSL | hsl(29, 88%, 83%) |
| CMYK | cmyk(0%, 16%, 30%, 2%) |
| LAB | lab(87.0 8.5 22.9) |
| LCH | lch(87.0 24.5 69.6) |
| OKLCH | oklch(0.891 0.065 64.6) |
Copy-ready code
/* CSS */
color: #fad3af;
background-color: #fad3af;
/* Tailwind (arbitrary) */
class="text-[#fad3af] bg-[#fad3af]"
/* SCSS */
$brand: #fad3af;
/* SwiftUI */
Color(red: 0.980, green: 0.827, blue: 0.686)
/* Android */
Color.parseColor("#fad3af")Accessibility — WCAG contrast
Aa
#fad3af on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad3af on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green82.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow30.0%
Key (black)2.0%
Color previews
#fad3af text on a black background
contrast 15.00:1
Card sample
#fad3af text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad3af;
Background color
Panel with #fad3af background
background-color: #fad3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 211, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 211, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad3af; background: linear-gradient(135deg, #fad3af, #EFFAAF);