#fadbc4
a pale, electric orange · warm · closest name: beige
RGB
250, 219, 196
HSL
26°, 84%, 88%
CMYK
0, 12, 22, 2
Luminance
0.7497
Every format
| HEX | #fadbc4 |
| RGB | rgb(250, 219, 196) |
| HSL | hsl(26, 84%, 88%) |
| CMYK | cmyk(0%, 12%, 22%, 2%) |
| LAB | lab(89.4 7.2 15.3) |
| LCH | lch(89.4 16.9 64.6) |
| OKLCH | oklch(0.911 0.046 58.7) |
Copy-ready code
/* CSS */
color: #fadbc4;
background-color: #fadbc4;
/* Tailwind (arbitrary) */
class="text-[#fadbc4] bg-[#fadbc4]"
/* SCSS */
$brand: #fadbc4;
/* SwiftUI */
Color(red: 0.980, green: 0.859, blue: 0.769)
/* Android */
Color.parseColor("#fadbc4")Accessibility — WCAG contrast
Aa
#fadbc4 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadbc4 on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.9%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow21.6%
Key (black)2.0%
Color previews
#fadbc4 text on a black background
contrast 15.99:1
Card sample
#fadbc4 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadbc4;
Background color
Panel with #fadbc4 background
background-color: #fadbc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadbc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 219, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 219, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadbc4; background: linear-gradient(135deg, #fadbc4, #F5FAC4);