#ffb2e2
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 178, 226
HSL
323°, 100%, 85%
CMYK
0, 30, 11, 0
Luminance
0.5859
Every format
| HEX | #ffb2e2 |
| RGB | rgb(255, 178, 226) |
| HSL | hsl(323, 100%, 85%) |
| CMYK | cmyk(0%, 30%, 11%, 0%) |
| LAB | lab(81.1 35.0 -12.7) |
| LCH | lch(81.1 37.3 340.0) |
| OKLCH | oklch(0.851 0.108 341.7) |
Copy-ready code
/* CSS */
color: #ffb2e2;
background-color: #ffb2e2;
/* Tailwind (arbitrary) */
class="text-[#ffb2e2] bg-[#ffb2e2]"
/* SCSS */
$brand: #ffb2e2;
/* SwiftUI */
Color(red: 1.000, green: 0.698, blue: 0.886)
/* Android */
Color.parseColor("#ffb2e2")Accessibility — WCAG contrast
Aa
#ffb2e2 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb2e2 on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.8%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow11.4%
Key (black)0.0%
Color previews
#ffb2e2 text on a black background
contrast 12.72:1
Card sample
#ffb2e2 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb2e2;
Background color
Panel with #ffb2e2 background
background-color: #ffb2e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb2e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 178, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 178, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb2e2; background: linear-gradient(135deg, #ffb2e2, #FFB5B2);