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