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