#ffb5eb
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 181, 235
HSL
316°, 100%, 86%
CMYK
0, 29, 8, 0
Luminance
0.6031
Every format
| HEX | #ffb5eb |
| RGB | rgb(255, 181, 235) |
| HSL | hsl(316, 100%, 86%) |
| CMYK | cmyk(0%, 29%, 8%, 0%) |
| LAB | lab(82.0 35.0 -16.2) |
| LCH | lch(82.0 38.5 335.2) |
| OKLCH | oklch(0.859 0.109 336.8) |
Copy-ready code
/* CSS */
color: #ffb5eb;
background-color: #ffb5eb;
/* Tailwind (arbitrary) */
class="text-[#ffb5eb] bg-[#ffb5eb]"
/* SCSS */
$brand: #ffb5eb;
/* SwiftUI */
Color(red: 1.000, green: 0.710, blue: 0.922)
/* Android */
Color.parseColor("#ffb5eb")Accessibility — WCAG contrast
Aa
#ffb5eb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb5eb on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green71.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta29.0%
Yellow7.8%
Key (black)0.0%
Color previews
#ffb5eb text on a black background
contrast 13.06:1
Card sample
#ffb5eb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb5eb;
Background color
Panel with #ffb5eb background
background-color: #ffb5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 181, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 181, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb5eb; background: linear-gradient(135deg, #ffb5eb, #FFB5BA);