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