#ff92eb
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 146, 235
HSL
311°, 100%, 79%
CMYK
0, 43, 8, 0
Luminance
0.4782
Every format
| HEX | #ff92eb |
| RGB | rgb(255, 146, 235) |
| HSL | hsl(311, 100%, 79%) |
| CMYK | cmyk(0%, 43%, 8%, 0%) |
| LAB | lab(74.7 52.9 -27.3) |
| LCH | lch(74.7 59.5 332.7) |
| OKLCH | oklch(0.803 0.169 334.2) |
Copy-ready code
/* CSS */
color: #ff92eb;
background-color: #ff92eb;
/* Tailwind (arbitrary) */
class="text-[#ff92eb] bg-[#ff92eb]"
/* SCSS */
$brand: #ff92eb;
/* SwiftUI */
Color(red: 1.000, green: 0.573, blue: 0.922)
/* Android */
Color.parseColor("#ff92eb")Accessibility — WCAG contrast
Aa
#ff92eb on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff92eb on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green57.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta42.7%
Yellow7.8%
Key (black)0.0%
Color previews
#ff92eb text on a black background
contrast 10.56:1
Card sample
#ff92eb text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff92eb;
Background color
Panel with #ff92eb background
background-color: #ff92eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff92eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 146, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 146, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff92eb; background: linear-gradient(135deg, #ff92eb, #FF92A2);