#fbaffc
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 175, 252
HSL
299°, 93%, 84%
CMYK
0, 31, 0, 1
Luminance
0.5820
Every format
| HEX | #fbaffc |
| RGB | rgb(251, 175, 252) |
| HSL | hsl(299, 93%, 84%) |
| CMYK | cmyk(0%, 31%, 0%, 1%) |
| LAB | lab(80.8 39.8 -27.1) |
| LCH | lch(80.8 48.1 325.7) |
| OKLCH | oklch(0.851 0.132 326.2) |
Copy-ready code
/* CSS */
color: #fbaffc;
background-color: #fbaffc;
/* Tailwind (arbitrary) */
class="text-[#fbaffc] bg-[#fbaffc]"
/* SCSS */
$brand: #fbaffc;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#fbaffc")Accessibility — WCAG contrast
Aa
#fbaffc on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaffc on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue98.8%
CMYK percentages
Cyan0.4%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#fbaffc text on a black background
contrast 12.64:1
Card sample
#fbaffc text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaffc;
Background color
Panel with #fbaffc background
background-color: #fbaffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaffc; background: linear-gradient(135deg, #fbaffc, #FCAFCA);