#ff00bf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 0, 191
HSL
315°, 100%, 50%
CMYK
0, 100, 25, 0
Luminance
0.2502
Every format
| HEX | #ff00bf |
| RGB | rgb(255, 0, 191) |
| HSL | hsl(315, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 25%, 0%) |
| LAB | lab(57.1 90.3 -29.7) |
| LCH | lch(57.1 95.0 341.8) |
| OKLCH | oklch(0.668 0.286 343.8) |
Copy-ready code
/* CSS */
color: #ff00bf;
background-color: #ff00bf;
/* Tailwind (arbitrary) */
class="text-[#ff00bf] bg-[#ff00bf]"
/* SCSS */
$brand: #ff00bf;
/* SwiftUI */
Color(red: 1.000, green: 0.000, blue: 0.749)
/* Android */
Color.parseColor("#ff00bf")Accessibility — WCAG contrast
Aa
#ff00bf on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff00bf on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green0.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow25.1%
Key (black)0.0%
Color previews
#ff00bf text on a black background
contrast 6.00:1
Card sample
#ff00bf text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff00bf;
Background color
Panel with #ff00bf background
background-color: #ff00bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff00bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 0, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 0, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff00bf; background: linear-gradient(135deg, #ff00bf, #FF0015);