#ff92c1
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 146, 193
HSL
334°, 100%, 79%
CMYK
0, 43, 24, 0
Luminance
0.4567
Every format
| HEX | #ff92c1 |
| RGB | rgb(255, 146, 193) |
| HSL | hsl(334, 100%, 79%) |
| CMYK | cmyk(0%, 43%, 24%, 0%) |
| LAB | lab(73.3 46.6 -6.3) |
| LCH | lch(73.3 47.0 352.4) |
| OKLCH | oklch(0.788 0.141 353.5) |
Copy-ready code
/* CSS */
color: #ff92c1;
background-color: #ff92c1;
/* Tailwind (arbitrary) */
class="text-[#ff92c1] bg-[#ff92c1]"
/* SCSS */
$brand: #ff92c1;
/* SwiftUI */
Color(red: 1.000, green: 0.573, blue: 0.757)
/* Android */
Color.parseColor("#ff92c1")Accessibility — WCAG contrast
Aa
#ff92c1 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff92c1 on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green57.3%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta42.7%
Yellow24.3%
Key (black)0.0%
Color previews
#ff92c1 text on a black background
contrast 10.13:1
Card sample
#ff92c1 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff92c1;
Background color
Panel with #ff92c1 background
background-color: #ff92c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff92c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 146, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 146, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff92c1; background: linear-gradient(135deg, #ff92c1, #FFAC92);