#fadebe
a pale, electric orange · warm · closest name: beige
RGB
250, 222, 190
HSL
32°, 86%, 86%
CMYK
0, 11, 24, 2
Luminance
0.7628
Every format
| HEX | #fadebe |
| RGB | rgb(250, 222, 190) |
| HSL | hsl(32, 86%, 86%) |
| CMYK | cmyk(0%, 11%, 24%, 2%) |
| LAB | lab(90.0 4.8 19.2) |
| LCH | lch(90.0 19.8 75.9) |
| OKLCH | oklch(0.916 0.052 70.8) |
Copy-ready code
/* CSS */
color: #fadebe;
background-color: #fadebe;
/* Tailwind (arbitrary) */
class="text-[#fadebe] bg-[#fadebe]"
/* SCSS */
$brand: #fadebe;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.745)
/* Android */
Color.parseColor("#fadebe")Accessibility — WCAG contrast
Aa
#fadebe on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadebe on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow24.0%
Key (black)2.0%
Color previews
#fadebe text on a black background
contrast 16.26:1
Card sample
#fadebe text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadebe;
Background color
Panel with #fadebe background
background-color: #fadebe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadebe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadebe; background: linear-gradient(135deg, #fadebe, #EEFABE);