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