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