#fadfce
a pale, electric orange · warm · closest name: beige
RGB
250, 223, 206
HSL
23°, 82%, 89%
CMYK
0, 11, 18, 2
Luminance
0.7756
Every format
| HEX | #fadfce |
| RGB | rgb(250, 223, 206) |
| HSL | hsl(23, 82%, 89%) |
| CMYK | cmyk(0%, 11%, 18%, 2%) |
| LAB | lab(90.6 6.6 11.7) |
| LCH | lch(90.6 13.5 60.5) |
| OKLCH | oklch(0.921 0.038 54.3) |
Copy-ready code
/* CSS */
color: #fadfce;
background-color: #fadfce;
/* Tailwind (arbitrary) */
class="text-[#fadfce] bg-[#fadfce]"
/* SCSS */
$brand: #fadfce;
/* SwiftUI */
Color(red: 0.980, green: 0.875, blue: 0.808)
/* Android */
Color.parseColor("#fadfce")Accessibility — WCAG contrast
Aa
#fadfce on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadfce on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow17.6%
Key (black)2.0%
Color previews
#fadfce text on a black background
contrast 16.51:1
Card sample
#fadfce text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadfce;
Background color
Panel with #fadfce background
background-color: #fadfce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadfce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 223, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 223, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadfce; background: linear-gradient(135deg, #fadfce, #F8FACE);