#ff239e
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 35, 158
HSL
327°, 100%, 57%
CMYK
0, 86, 38, 0
Luminance
0.2493
Every format
| HEX | #ff239e |
| RGB | rgb(255, 35, 158) |
| HSL | hsl(327, 100%, 57%) |
| CMYK | cmyk(0%, 86%, 38%, 0%) |
| LAB | lab(57.0 83.5 -10.6) |
| LCH | lch(57.0 84.2 352.7) |
| OKLCH | oklch(0.664 0.259 354.0) |
Copy-ready code
/* CSS */
color: #ff239e;
background-color: #ff239e;
/* Tailwind (arbitrary) */
class="text-[#ff239e] bg-[#ff239e]"
/* SCSS */
$brand: #ff239e;
/* SwiftUI */
Color(red: 1.000, green: 0.137, blue: 0.620)
/* Android */
Color.parseColor("#ff239e")Accessibility — WCAG contrast
Aa
#ff239e on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff239e on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green13.7%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta86.3%
Yellow38.0%
Key (black)0.0%
Color previews
#ff239e text on a black background
contrast 5.99:1
Card sample
#ff239e text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff239e;
Background color
Panel with #ff239e background
background-color: #ff239e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff239e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 35, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 35, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff239e; background: linear-gradient(135deg, #ff239e, #FF3B23);