#ff09da
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 9, 218
HSL
309°, 100%, 52%
CMYK
0, 97, 15, 0
Luminance
0.2652
Every format
| HEX | #ff09da |
| RGB | rgb(255, 9, 218) |
| HSL | hsl(309, 100%, 52%) |
| CMYK | cmyk(0%, 97%, 15%, 0%) |
| LAB | lab(58.5 92.8 -43.0) |
| LCH | lch(58.5 102.3 335.2) |
| OKLCH | oklch(0.683 0.299 336.9) |
Copy-ready code
/* CSS */
color: #ff09da;
background-color: #ff09da;
/* Tailwind (arbitrary) */
class="text-[#ff09da] bg-[#ff09da]"
/* SCSS */
$brand: #ff09da;
/* SwiftUI */
Color(red: 1.000, green: 0.035, blue: 0.855)
/* Android */
Color.parseColor("#ff09da")Accessibility — WCAG contrast
Aa
#ff09da on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff09da on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green3.5%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta96.5%
Yellow14.5%
Key (black)0.0%
Color previews
#ff09da text on a black background
contrast 6.30:1
Card sample
#ff09da text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff09da;
Background color
Panel with #ff09da background
background-color: #ff09da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff09da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 9, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 9, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff09da; background: linear-gradient(135deg, #ff09da, #FF0936);