#fbcaef
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 202, 239
HSL
315°, 86%, 89%
CMYK
0, 20, 5, 2
Luminance
0.6898
Every format
| HEX | #fbcaef |
| RGB | rgb(251, 202, 239) |
| HSL | hsl(315, 86%, 89%) |
| CMYK | cmyk(0%, 20%, 5%, 2%) |
| LAB | lab(86.5 23.3 -11.6) |
| LCH | lch(86.5 26.0 333.5) |
| OKLCH | oklch(0.893 0.073 335.0) |
Copy-ready code
/* CSS */
color: #fbcaef;
background-color: #fbcaef;
/* Tailwind (arbitrary) */
class="text-[#fbcaef] bg-[#fbcaef]"
/* SCSS */
$brand: #fbcaef;
/* SwiftUI */
Color(red: 0.984, green: 0.792, blue: 0.937)
/* Android */
Color.parseColor("#fbcaef")Accessibility — WCAG contrast
Aa
#fbcaef on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcaef on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green79.2%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta19.5%
Yellow4.8%
Key (black)1.6%
Color previews
#fbcaef text on a black background
contrast 14.80:1
Card sample
#fbcaef text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcaef;
Background color
Panel with #fbcaef background
background-color: #fbcaef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcaef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 202, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 202, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcaef; background: linear-gradient(135deg, #fbcaef, #FBCACE);