#fad4ac
a light, electric orange · warm · closest name: tan
RGB
250, 212, 172
HSL
31°, 89%, 83%
CMYK
0, 15, 31, 2
Luminance
0.7039
Every format
| HEX | #fad4ac |
| RGB | rgb(250, 212, 172) |
| HSL | hsl(31, 89%, 83%) |
| CMYK | cmyk(0%, 15%, 31%, 2%) |
| LAB | lab(87.2 7.7 24.8) |
| LCH | lch(87.2 25.9 72.8) |
| OKLCH | oklch(0.892 0.068 68.2) |
Copy-ready code
/* CSS */
color: #fad4ac;
background-color: #fad4ac;
/* Tailwind (arbitrary) */
class="text-[#fad4ac] bg-[#fad4ac]"
/* SCSS */
$brand: #fad4ac;
/* SwiftUI */
Color(red: 0.980, green: 0.831, blue: 0.675)
/* Android */
Color.parseColor("#fad4ac")Accessibility — WCAG contrast
Aa
#fad4ac on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad4ac on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green83.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow31.2%
Key (black)2.0%
Color previews
#fad4ac text on a black background
contrast 15.08:1
Card sample
#fad4ac text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad4ac;
Background color
Panel with #fad4ac background
background-color: #fad4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 212, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 212, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad4ac; background: linear-gradient(135deg, #fad4ac, #ECFAAC);