#faebdb
a pale, electric orange · warm · closest name: beige
RGB
250, 235, 219
HSL
31°, 76%, 92%
CMYK
0, 6, 12, 2
Luminance
0.8486
Every format
| HEX | #faebdb |
| RGB | rgb(250, 235, 219) |
| HSL | hsl(31, 76%, 92%) |
| CMYK | cmyk(0%, 6%, 12%, 2%) |
| LAB | lab(93.8 2.5 9.6) |
| LCH | lch(93.8 9.9 75.6) |
| OKLCH | oklch(0.948 0.027 69.3) |
Copy-ready code
/* CSS */
color: #faebdb;
background-color: #faebdb;
/* Tailwind (arbitrary) */
class="text-[#faebdb] bg-[#faebdb]"
/* SCSS */
$brand: #faebdb;
/* SwiftUI */
Color(red: 0.980, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#faebdb")Accessibility — WCAG contrast
Aa
#faebdb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faebdb on black: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green92.2%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow12.4%
Key (black)2.0%
Color previews
#faebdb text on a black background
contrast 17.97:1
Card sample
#faebdb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faebdb;
Background color
Panel with #faebdb background
background-color: #faebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faebdb; background: linear-gradient(135deg, #faebdb, #F4FADB);