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