#faebeb
a pale, vivid red · warm · closest name: white
RGB
250, 235, 235
HSL
0°, 60%, 95%
CMYK
0, 6, 6, 2
Luminance
0.8574
Every format
| HEX | #faebeb |
| RGB | rgb(250, 235, 235) |
| HSL | hsl(0, 60%, 95%) |
| CMYK | cmyk(0%, 6%, 6%, 2%) |
| LAB | lab(94.2 5.1 1.8) |
| LCH | lch(94.2 5.4 19.8) |
| OKLCH | oklch(0.952 0.016 17.4) |
Copy-ready code
/* CSS */
color: #faebeb;
background-color: #faebeb;
/* Tailwind (arbitrary) */
class="text-[#faebeb] bg-[#faebeb]"
/* SCSS */
$brand: #faebeb;
/* SwiftUI */
Color(red: 0.980, green: 0.922, blue: 0.922)
/* Android */
Color.parseColor("#faebeb")Accessibility — WCAG contrast
Aa
#faebeb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faebeb on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green92.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow6.0%
Key (black)2.0%
Color previews
#faebeb text on a black background
contrast 18.15:1
Card sample
#faebeb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faebeb;
Background color
Panel with #faebeb background
background-color: #faebeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faebeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 235, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 235, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faebeb; background: linear-gradient(135deg, #faebeb, #FAF5EB);