#fadec2
a pale, electric orange · warm · closest name: beige
RGB
250, 222, 194
HSL
30°, 85%, 87%
CMYK
0, 11, 22, 2
Luminance
0.7646
Every format
| HEX | #fadec2 |
| RGB | rgb(250, 222, 194) |
| HSL | hsl(30, 85%, 87%) |
| CMYK | cmyk(0%, 11%, 22%, 2%) |
| LAB | lab(90.1 5.4 17.3) |
| LCH | lch(90.1 18.1 72.6) |
| OKLCH | oklch(0.916 0.048 67.2) |
Copy-ready code
/* CSS */
color: #fadec2;
background-color: #fadec2;
/* Tailwind (arbitrary) */
class="text-[#fadec2] bg-[#fadec2]"
/* SCSS */
$brand: #fadec2;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.761)
/* Android */
Color.parseColor("#fadec2")Accessibility — WCAG contrast
Aa
#fadec2 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadec2 on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow22.4%
Key (black)2.0%
Color previews
#fadec2 text on a black background
contrast 16.29:1
Card sample
#fadec2 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadec2;
Background color
Panel with #fadec2 background
background-color: #fadec2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadec2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadec2; background: linear-gradient(135deg, #fadec2, #F1FAC2);