#fadabf
a pale, electric orange · warm · closest name: beige
RGB
250, 218, 191
HSL
28°, 86%, 87%
CMYK
0, 13, 24, 2
Luminance
0.7423
Every format
| HEX | #fadabf |
| RGB | rgb(250, 218, 191) |
| HSL | hsl(28, 86%, 87%) |
| CMYK | cmyk(0%, 13%, 24%, 2%) |
| LAB | lab(89.0 7.0 17.4) |
| LCH | lch(89.0 18.8 67.9) |
| OKLCH | oklch(0.908 0.051 62.3) |
Copy-ready code
/* CSS */
color: #fadabf;
background-color: #fadabf;
/* Tailwind (arbitrary) */
class="text-[#fadabf] bg-[#fadabf]"
/* SCSS */
$brand: #fadabf;
/* SwiftUI */
Color(red: 0.980, green: 0.855, blue: 0.749)
/* Android */
Color.parseColor("#fadabf")Accessibility — WCAG contrast
Aa
#fadabf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadabf on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow23.6%
Key (black)2.0%
Color previews
#fadabf text on a black background
contrast 15.85:1
Card sample
#fadabf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadabf;
Background color
Panel with #fadabf background
background-color: #fadabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 218, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 218, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadabf; background: linear-gradient(135deg, #fadabf, #F3FABF);