#ffb2eb
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 178, 235
HSL
316°, 100%, 85%
CMYK
0, 30, 8, 0
Luminance
0.5910
Every format
| HEX | #ffb2eb |
| RGB | rgb(255, 178, 235) |
| HSL | hsl(316, 100%, 85%) |
| CMYK | cmyk(0%, 30%, 8%, 0%) |
| LAB | lab(81.3 36.5 -17.2) |
| LCH | lch(81.3 40.4 334.8) |
| OKLCH | oklch(0.854 0.115 336.4) |
Copy-ready code
/* CSS */
color: #ffb2eb;
background-color: #ffb2eb;
/* Tailwind (arbitrary) */
class="text-[#ffb2eb] bg-[#ffb2eb]"
/* SCSS */
$brand: #ffb2eb;
/* SwiftUI */
Color(red: 1.000, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#ffb2eb")Accessibility — WCAG contrast
Aa
#ffb2eb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb2eb on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow7.8%
Key (black)0.0%
Color previews
#ffb2eb text on a black background
contrast 12.82:1
Card sample
#ffb2eb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb2eb;
Background color
Panel with #ffb2eb background
background-color: #ffb2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb2eb; background: linear-gradient(135deg, #ffb2eb, #FFB2B8);