#faedda
a pale, electric orange · warm · closest name: beige
RGB
250, 237, 218
HSL
36°, 76%, 92%
CMYK
0, 5, 13, 2
Luminance
0.8595
Every format
| HEX | #faedda |
| RGB | rgb(250, 237, 218) |
| HSL | hsl(36, 76%, 92%) |
| CMYK | cmyk(0%, 5%, 13%, 2%) |
| LAB | lab(94.3 1.3 10.8) |
| LCH | lch(94.3 10.8 83.2) |
| OKLCH | oklch(0.951 0.029 77.5) |
Copy-ready code
/* CSS */
color: #faedda;
background-color: #faedda;
/* Tailwind (arbitrary) */
class="text-[#faedda] bg-[#faedda]"
/* SCSS */
$brand: #faedda;
/* SwiftUI */
Color(red: 0.980, green: 0.929, blue: 0.855)
/* Android */
Color.parseColor("#faedda")Accessibility — WCAG contrast
Aa
#faedda on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faedda on black: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green92.9%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta5.2%
Yellow12.8%
Key (black)2.0%
Color previews
#faedda text on a black background
contrast 18.19:1
Card sample
#faedda text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faedda;
Background color
Panel with #faedda background
background-color: #faedda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faedda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 237, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 237, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faedda; background: linear-gradient(135deg, #faedda, #F2FADA);