#ffa5eb
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 165, 235
HSL
313°, 100%, 82%
CMYK
0, 35, 8, 0
Luminance
0.5417
Every format
| HEX | #ffa5eb |
| RGB | rgb(255, 165, 235) |
| HSL | hsl(313, 100%, 82%) |
| CMYK | cmyk(0%, 35%, 8%, 0%) |
| LAB | lab(78.6 43.3 -21.4) |
| LCH | lch(78.6 48.3 333.7) |
| OKLCH | oklch(0.832 0.137 335.2) |
Copy-ready code
/* CSS */
color: #ffa5eb;
background-color: #ffa5eb;
/* Tailwind (arbitrary) */
class="text-[#ffa5eb] bg-[#ffa5eb]"
/* SCSS */
$brand: #ffa5eb;
/* SwiftUI */
Color(red: 1.000, green: 0.647, blue: 0.922)
/* Android */
Color.parseColor("#ffa5eb")Accessibility — WCAG contrast
Aa
#ffa5eb on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa5eb on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green64.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow7.8%
Key (black)0.0%
Color previews
#ffa5eb text on a black background
contrast 11.83:1
Card sample
#ffa5eb text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa5eb;
Background color
Panel with #ffa5eb background
background-color: #ffa5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 165, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 165, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa5eb; background: linear-gradient(135deg, #ffa5eb, #FFA5AF);