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