#ffb2dc
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 178, 220
HSL
327°, 100%, 85%
CMYK
0, 30, 14, 0
Luminance
0.5827
Every format
| HEX | #ffb2dc |
| RGB | rgb(255, 178, 220) |
| HSL | hsl(327, 100%, 85%) |
| CMYK | cmyk(0%, 30%, 14%, 0%) |
| LAB | lab(80.9 34.1 -9.8) |
| LCH | lch(80.9 35.5 344.0) |
| OKLCH | oklch(0.849 0.103 345.7) |
Copy-ready code
/* CSS */
color: #ffb2dc;
background-color: #ffb2dc;
/* Tailwind (arbitrary) */
class="text-[#ffb2dc] bg-[#ffb2dc]"
/* SCSS */
$brand: #ffb2dc;
/* SwiftUI */
Color(red: 1.000, green: 0.698, blue: 0.863)
/* Android */
Color.parseColor("#ffb2dc")Accessibility — WCAG contrast
Aa
#ffb2dc on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb2dc on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.8%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow13.7%
Key (black)0.0%
Color previews
#ffb2dc text on a black background
contrast 12.65:1
Card sample
#ffb2dc text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb2dc;
Background color
Panel with #ffb2dc background
background-color: #ffb2dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb2dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 178, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 178, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb2dc; background: linear-gradient(135deg, #ffb2dc, #FFBBB2);