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