#ffb0eb
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 176, 235
HSL
315°, 100%, 85%
CMYK
0, 31, 8, 0
Luminance
0.5831
Every format
| HEX | #ffb0eb |
| RGB | rgb(255, 176, 235) |
| HSL | hsl(315, 100%, 85%) |
| CMYK | cmyk(0%, 31%, 8%, 0%) |
| LAB | lab(80.9 37.6 -17.8) |
| LCH | lch(80.9 41.6 334.6) |
| OKLCH | oklch(0.850 0.118 336.2) |
Copy-ready code
/* CSS */
color: #ffb0eb;
background-color: #ffb0eb;
/* Tailwind (arbitrary) */
class="text-[#ffb0eb] bg-[#ffb0eb]"
/* SCSS */
$brand: #ffb0eb;
/* SwiftUI */
Color(red: 1.000, green: 0.690, blue: 0.922)
/* Android */
Color.parseColor("#ffb0eb")Accessibility — WCAG contrast
Aa
#ffb0eb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb0eb on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow7.8%
Key (black)0.0%
Color previews
#ffb0eb text on a black background
contrast 12.66:1
Card sample
#ffb0eb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb0eb;
Background color
Panel with #ffb0eb background
background-color: #ffb0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 176, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 176, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb0eb; background: linear-gradient(135deg, #ffb0eb, #FFB0B6);