#ffb3dc
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 179, 220
HSL
328°, 100%, 85%
CMYK
0, 30, 14, 0
Luminance
0.5867
Every format
| HEX | #ffb3dc |
| RGB | rgb(255, 179, 220) |
| HSL | hsl(328, 100%, 85%) |
| CMYK | cmyk(0%, 30%, 14%, 0%) |
| LAB | lab(81.1 33.5 -9.4) |
| LCH | lch(81.1 34.9 344.3) |
| OKLCH | oklch(0.850 0.102 345.9) |
Copy-ready code
/* CSS */
color: #ffb3dc;
background-color: #ffb3dc;
/* Tailwind (arbitrary) */
class="text-[#ffb3dc] bg-[#ffb3dc]"
/* SCSS */
$brand: #ffb3dc;
/* SwiftUI */
Color(red: 1.000, green: 0.702, blue: 0.863)
/* Android */
Color.parseColor("#ffb3dc")Accessibility — WCAG contrast
Aa
#ffb3dc on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb3dc on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.2%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow13.7%
Key (black)0.0%
Color previews
#ffb3dc text on a black background
contrast 12.73:1
Card sample
#ffb3dc text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb3dc;
Background color
Panel with #ffb3dc background
background-color: #ffb3dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb3dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 179, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 179, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb3dc; background: linear-gradient(135deg, #ffb3dc, #FFBDB3);