#ffb4f5
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 180, 245
HSL
308°, 100%, 85%
CMYK
0, 29, 4, 0
Luminance
0.6050
Every format
| HEX | #ffb4f5 |
| RGB | rgb(255, 180, 245) |
| HSL | hsl(308, 100%, 85%) |
| CMYK | cmyk(0%, 29%, 4%, 0%) |
| LAB | lab(82.1 37.2 -21.4) |
| LCH | lch(82.1 42.9 330.1) |
| OKLCH | oklch(0.860 0.120 331.3) |
Copy-ready code
/* CSS */
color: #ffb4f5;
background-color: #ffb4f5;
/* Tailwind (arbitrary) */
class="text-[#ffb4f5] bg-[#ffb4f5]"
/* SCSS */
$brand: #ffb4f5;
/* SwiftUI */
Color(red: 1.000, green: 0.706, blue: 0.961)
/* Android */
Color.parseColor("#ffb4f5")Accessibility — WCAG contrast
Aa
#ffb4f5 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb4f5 on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.6%
Blue96.1%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow3.9%
Key (black)0.0%
Color previews
#ffb4f5 text on a black background
contrast 13.10:1
Card sample
#ffb4f5 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb4f5;
Background color
Panel with #ffb4f5 background
background-color: #ffb4f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb4f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 180, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 180, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb4f5; background: linear-gradient(135deg, #ffb4f5, #FFB4C3);