#ffb4fe
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 180, 254
HSL
301°, 100%, 85%
CMYK
0, 29, 0, 0
Luminance
0.6106
Every format
| HEX | #ffb4fe |
| RGB | rgb(255, 180, 254) |
| HSL | hsl(301, 100%, 85%) |
| CMYK | cmyk(0%, 29%, 0%, 0%) |
| LAB | lab(82.4 38.8 -25.7) |
| LCH | lch(82.4 46.5 326.4) |
| OKLCH | oklch(0.864 0.128 327.1) |
Copy-ready code
/* CSS */
color: #ffb4fe;
background-color: #ffb4fe;
/* Tailwind (arbitrary) */
class="text-[#ffb4fe] bg-[#ffb4fe]"
/* SCSS */
$brand: #ffb4fe;
/* SwiftUI */
Color(red: 1.000, green: 0.706, blue: 0.996)
/* Android */
Color.parseColor("#ffb4fe")Accessibility — WCAG contrast
Aa
#ffb4fe on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb4fe on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.6%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow0.4%
Key (black)0.0%
Color previews
#ffb4fe text on a black background
contrast 13.21:1
Card sample
#ffb4fe text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb4fe;
Background color
Panel with #ffb4fe background
background-color: #ffb4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 180, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 180, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb4fe; background: linear-gradient(135deg, #ffb4fe, #FFB4CC);