#fadbd0
a pale, electric orange · warm · closest name: beige
RGB
250, 219, 208
HSL
16°, 81%, 90%
CMYK
0, 12, 17, 2
Luminance
0.7554
Every format
| HEX | #fadbd0 |
| RGB | rgb(250, 219, 208) |
| HSL | hsl(16, 81%, 90%) |
| CMYK | cmyk(0%, 12%, 17%, 2%) |
| LAB | lab(89.7 9.0 9.3) |
| LCH | lch(89.7 13.0 46.1) |
| OKLCH | oklch(0.914 0.038 40.5) |
Copy-ready code
/* CSS */
color: #fadbd0;
background-color: #fadbd0;
/* Tailwind (arbitrary) */
class="text-[#fadbd0] bg-[#fadbd0]"
/* SCSS */
$brand: #fadbd0;
/* SwiftUI */
Color(red: 0.980, green: 0.859, blue: 0.816)
/* Android */
Color.parseColor("#fadbd0")Accessibility — WCAG contrast
Aa
#fadbd0 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadbd0 on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.9%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow16.8%
Key (black)2.0%
Color previews
#fadbd0 text on a black background
contrast 16.11:1
Card sample
#fadbd0 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadbd0;
Background color
Panel with #fadbd0 background
background-color: #fadbd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadbd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 219, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 219, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadbd0; background: linear-gradient(135deg, #fadbd0, #FAF7D0);