#fbcae3
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 202, 227
HSL
329°, 86%, 89%
CMYK
0, 20, 10, 2
Luminance
0.6830
Every format
| HEX | #fbcae3 |
| RGB | rgb(251, 202, 227) |
| HSL | hsl(329, 86%, 89%) |
| CMYK | cmyk(0%, 20%, 10%, 2%) |
| LAB | lab(86.2 21.2 -5.8) |
| LCH | lch(86.2 22.0 344.8) |
| OKLCH | oklch(0.889 0.064 346.4) |
Copy-ready code
/* CSS */
color: #fbcae3;
background-color: #fbcae3;
/* Tailwind (arbitrary) */
class="text-[#fbcae3] bg-[#fbcae3]"
/* SCSS */
$brand: #fbcae3;
/* SwiftUI */
Color(red: 0.984, green: 0.792, blue: 0.890)
/* Android */
Color.parseColor("#fbcae3")Accessibility — WCAG contrast
Aa
#fbcae3 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcae3 on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green79.2%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta19.5%
Yellow9.6%
Key (black)1.6%
Color previews
#fbcae3 text on a black background
contrast 14.66:1
Card sample
#fbcae3 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcae3;
Background color
Panel with #fbcae3 background
background-color: #fbcae3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcae3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 202, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 202, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcae3; background: linear-gradient(135deg, #fbcae3, #FBD2CA);