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