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