#faebad
a light, electric yellow · cool · closest name: khaki
RGB
250, 235, 173
HSL
48°, 89%, 83%
CMYK
0, 6, 31, 2
Luminance
0.8276
Every format
| HEX | #faebad |
| RGB | rgb(250, 235, 173) |
| HSL | hsl(48, 89%, 83%) |
| CMYK | cmyk(0%, 6%, 31%, 2%) |
| LAB | lab(92.9 -4.0 32.0) |
| LCH | lch(92.9 32.2 97.1) |
| OKLCH | oklch(0.938 0.081 96.1) |
Copy-ready code
/* CSS */
color: #faebad;
background-color: #faebad;
/* Tailwind (arbitrary) */
class="text-[#faebad] bg-[#faebad]"
/* SCSS */
$brand: #faebad;
/* SwiftUI */
Color(red: 0.980, green: 0.922, blue: 0.678)
/* Android */
Color.parseColor("#faebad")Accessibility — WCAG contrast
Aa
#faebad on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faebad on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green92.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow30.8%
Key (black)2.0%
Color previews
#faebad text on a black background
contrast 17.55:1
Card sample
#faebad text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faebad;
Background color
Panel with #faebad background
background-color: #faebad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faebad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 235, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 235, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faebad; background: linear-gradient(135deg, #faebad, #D6FAAD);