#fbafe2
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 175, 226
HSL
320°, 91%, 84%
CMYK
0, 30, 10, 2
Luminance
0.5666
Every format
| HEX | #fbafe2 |
| RGB | rgb(251, 175, 226) |
| HSL | hsl(320, 91%, 84%) |
| CMYK | cmyk(0%, 30%, 10%, 2%) |
| LAB | lab(80.0 35.3 -14.4) |
| LCH | lch(80.0 38.1 337.8) |
| OKLCH | oklch(0.841 0.109 339.5) |
Copy-ready code
/* CSS */
color: #fbafe2;
background-color: #fbafe2;
/* Tailwind (arbitrary) */
class="text-[#fbafe2] bg-[#fbafe2]"
/* SCSS */
$brand: #fbafe2;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.886)
/* Android */
Color.parseColor("#fbafe2")Accessibility — WCAG contrast
Aa
#fbafe2 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbafe2 on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow10.0%
Key (black)1.6%
Color previews
#fbafe2 text on a black background
contrast 12.33:1
Card sample
#fbafe2 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbafe2;
Background color
Panel with #fbafe2 background
background-color: #fbafe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbafe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbafe2; background: linear-gradient(135deg, #fbafe2, #FBAFAF);