#ffa6eb
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 166, 235
HSL
314°, 100%, 83%
CMYK
0, 35, 8, 0
Luminance
0.5453
Every format
| HEX | #ffa6eb |
| RGB | rgb(255, 166, 235) |
| HSL | hsl(314, 100%, 83%) |
| CMYK | cmyk(0%, 35%, 8%, 0%) |
| LAB | lab(78.8 42.8 -21.1) |
| LCH | lch(78.8 47.7 333.8) |
| OKLCH | oklch(0.834 0.135 335.3) |
Copy-ready code
/* CSS */
color: #ffa6eb;
background-color: #ffa6eb;
/* Tailwind (arbitrary) */
class="text-[#ffa6eb] bg-[#ffa6eb]"
/* SCSS */
$brand: #ffa6eb;
/* SwiftUI */
Color(red: 1.000, green: 0.651, blue: 0.922)
/* Android */
Color.parseColor("#ffa6eb")Accessibility — WCAG contrast
Aa
#ffa6eb on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa6eb on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green65.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow7.8%
Key (black)0.0%
Color previews
#ffa6eb text on a black background
contrast 11.91:1
Card sample
#ffa6eb text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa6eb;
Background color
Panel with #ffa6eb background
background-color: #ffa6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 166, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 166, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa6eb; background: linear-gradient(135deg, #ffa6eb, #FFA6AF);