#fad4a8
a light, electric orange · warm · closest name: tan
RGB
250, 212, 168
HSL
32°, 89%, 82%
CMYK
0, 15, 33, 2
Luminance
0.7024
Every format
| HEX | #fad4a8 |
| RGB | rgb(250, 212, 168) |
| HSL | hsl(32, 89%, 82%) |
| CMYK | cmyk(0%, 15%, 33%, 2%) |
| LAB | lab(87.1 7.2 26.7) |
| LCH | lch(87.1 27.7 75.0) |
| OKLCH | oklch(0.892 0.071 70.8) |
Copy-ready code
/* CSS */
color: #fad4a8;
background-color: #fad4a8;
/* Tailwind (arbitrary) */
class="text-[#fad4a8] bg-[#fad4a8]"
/* SCSS */
$brand: #fad4a8;
/* SwiftUI */
Color(red: 0.980, green: 0.831, blue: 0.659)
/* Android */
Color.parseColor("#fad4a8")Accessibility — WCAG contrast
Aa
#fad4a8 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad4a8 on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green83.1%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow32.8%
Key (black)2.0%
Color previews
#fad4a8 text on a black background
contrast 15.05:1
Card sample
#fad4a8 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad4a8;
Background color
Panel with #fad4a8 background
background-color: #fad4a8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad4a8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 212, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 212, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad4a8; background: linear-gradient(135deg, #fad4a8, #E9FAA8);