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