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