#fad2ac
a light, electric orange · warm · closest name: tan
RGB
250, 210, 172
HSL
29°, 89%, 83%
CMYK
0, 16, 31, 2
Luminance
0.6940
Every format
| HEX | #fad2ac |
| RGB | rgb(250, 210, 172) |
| HSL | hsl(29, 89%, 83%) |
| CMYK | cmyk(0%, 16%, 31%, 2%) |
| LAB | lab(86.7 8.7 24.1) |
| LCH | lch(86.7 25.6 70.2) |
| OKLCH | oklch(0.889 0.067 65.3) |
Copy-ready code
/* CSS */
color: #fad2ac;
background-color: #fad2ac;
/* Tailwind (arbitrary) */
class="text-[#fad2ac] bg-[#fad2ac]"
/* SCSS */
$brand: #fad2ac;
/* SwiftUI */
Color(red: 0.980, green: 0.824, blue: 0.675)
/* Android */
Color.parseColor("#fad2ac")Accessibility — WCAG contrast
Aa
#fad2ac on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad2ac on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green82.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow31.2%
Key (black)2.0%
Color previews
#fad2ac text on a black background
contrast 14.88:1
Card sample
#fad2ac text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad2ac;
Background color
Panel with #fad2ac background
background-color: #fad2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 210, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 210, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad2ac; background: linear-gradient(135deg, #fad2ac, #EEFAAC);