#ff0fdb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 15, 219
HSL
309°, 100%, 53%
CMYK
0, 94, 14, 0
Luminance
0.2672
Every format
| HEX | #ff0fdb |
| RGB | rgb(255, 15, 219) |
| HSL | hsl(309, 100%, 53%) |
| CMYK | cmyk(0%, 94%, 14%, 0%) |
| LAB | lab(58.7 92.6 -43.2) |
| LCH | lch(58.7 102.2 335.0) |
| OKLCH | oklch(0.684 0.298 336.6) |
Copy-ready code
/* CSS */
color: #ff0fdb;
background-color: #ff0fdb;
/* Tailwind (arbitrary) */
class="text-[#ff0fdb] bg-[#ff0fdb]"
/* SCSS */
$brand: #ff0fdb;
/* SwiftUI */
Color(red: 1.000, green: 0.059, blue: 0.859)
/* Android */
Color.parseColor("#ff0fdb")Accessibility — WCAG contrast
Aa
#ff0fdb on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff0fdb on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green5.9%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta94.1%
Yellow14.1%
Key (black)0.0%
Color previews
#ff0fdb text on a black background
contrast 6.34:1
Card sample
#ff0fdb text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff0fdb;
Background color
Panel with #ff0fdb background
background-color: #ff0fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff0fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 15, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 15, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff0fdb; background: linear-gradient(135deg, #ff0fdb, #FF0F3B);