#ffb2fc
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 178, 252
HSL
302°, 100%, 85%
CMYK
0, 30, 1, 0
Luminance
0.6013
Every format
| HEX | #ffb2fc |
| RGB | rgb(255, 178, 252) |
| HSL | hsl(302, 100%, 85%) |
| CMYK | cmyk(0%, 30%, 1%, 0%) |
| LAB | lab(81.9 39.5 -25.4) |
| LCH | lch(81.9 46.9 327.2) |
| OKLCH | oklch(0.860 0.130 328.0) |
Copy-ready code
/* CSS */
color: #ffb2fc;
background-color: #ffb2fc;
/* Tailwind (arbitrary) */
class="text-[#ffb2fc] bg-[#ffb2fc]"
/* SCSS */
$brand: #ffb2fc;
/* SwiftUI */
Color(red: 1.000, green: 0.698, blue: 0.988)
/* Android */
Color.parseColor("#ffb2fc")Accessibility — WCAG contrast
Aa
#ffb2fc on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb2fc on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.8%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow1.2%
Key (black)0.0%
Color previews
#ffb2fc text on a black background
contrast 13.03:1
Card sample
#ffb2fc text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb2fc;
Background color
Panel with #ffb2fc background
background-color: #ffb2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 178, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 178, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb2fc; background: linear-gradient(135deg, #ffb2fc, #FFB2C9);