#fadad2
a pale, electric red · warm · closest name: beige
RGB
250, 218, 210
HSL
12°, 80%, 90%
CMYK
0, 13, 16, 2
Luminance
0.7512
Every format
| HEX | #fadad2 |
| RGB | rgb(250, 218, 210) |
| HSL | hsl(12, 80%, 90%) |
| CMYK | cmyk(0%, 13%, 16%, 2%) |
| LAB | lab(89.5 9.8 8.0) |
| LCH | lch(89.5 12.7 39.2) |
| OKLCH | oklch(0.913 0.037 34.3) |
Copy-ready code
/* CSS */
color: #fadad2;
background-color: #fadad2;
/* Tailwind (arbitrary) */
class="text-[#fadad2] bg-[#fadad2]"
/* SCSS */
$brand: #fadad2;
/* SwiftUI */
Color(red: 0.980, green: 0.855, blue: 0.824)
/* Android */
Color.parseColor("#fadad2")Accessibility — WCAG contrast
Aa
#fadad2 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadad2 on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.5%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow16.0%
Key (black)2.0%
Color previews
#fadad2 text on a black background
contrast 16.02:1
Card sample
#fadad2 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadad2;
Background color
Panel with #fadad2 background
background-color: #fadad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 218, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 218, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadad2; background: linear-gradient(135deg, #fadad2, #FAF5D2);