#faebbd
a pale, electric yellow · cool · closest name: beige
RGB
250, 235, 189
HSL
45°, 86%, 86%
CMYK
0, 6, 24, 2
Luminance
0.8341
Every format
| HEX | #faebbd |
| RGB | rgb(250, 235, 189) |
| HSL | hsl(45, 86%, 86%) |
| CMYK | cmyk(0%, 6%, 24%, 2%) |
| LAB | lab(93.2 -1.9 24.2) |
| LCH | lch(93.2 24.3 94.5) |
| OKLCH | oklch(0.941 0.062 92.1) |
Copy-ready code
/* CSS */
color: #faebbd;
background-color: #faebbd;
/* Tailwind (arbitrary) */
class="text-[#faebbd] bg-[#faebbd]"
/* SCSS */
$brand: #faebbd;
/* SwiftUI */
Color(red: 0.980, green: 0.922, blue: 0.741)
/* Android */
Color.parseColor("#faebbd")Accessibility — WCAG contrast
Aa
#faebbd on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faebbd on black: 17.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green92.2%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow24.4%
Key (black)2.0%
Color previews
#faebbd text on a black background
contrast 17.68:1
Card sample
#faebbd text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faebbd;
Background color
Panel with #faebbd background
background-color: #faebbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faebbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 235, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 235, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faebbd; background: linear-gradient(135deg, #faebbd, #E0FABD);