#f2a5eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
242, 165, 235
HSL
306°, 75%, 80%
CMYK
0, 32, 3, 5
Luminance
0.5179
Every format
| HEX | #f2a5eb |
| RGB | rgb(242, 165, 235) |
| HSL | hsl(306, 75%, 80%) |
| CMYK | cmyk(0%, 32%, 3%, 5%) |
| LAB | lab(77.2 39.1 -23.6) |
| LCH | lch(77.2 45.7 328.9) |
| OKLCH | oklch(0.819 0.127 329.9) |
Copy-ready code
/* CSS */
color: #f2a5eb;
background-color: #f2a5eb;
/* Tailwind (arbitrary) */
class="text-[#f2a5eb] bg-[#f2a5eb]"
/* SCSS */
$brand: #f2a5eb;
/* SwiftUI */
Color(red: 0.949, green: 0.647, blue: 0.922)
/* Android */
Color.parseColor("#f2a5eb")Accessibility — WCAG contrast
Aa
#f2a5eb on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2a5eb on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green64.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow2.9%
Key (black)5.1%
Color previews
#f2a5eb text on a black background
contrast 11.36:1
Card sample
#f2a5eb text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2a5eb;
Background color
Panel with #f2a5eb background
background-color: #f2a5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2a5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 165, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 165, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2a5eb; background: linear-gradient(135deg, #f2a5eb, #F2A5B8);