#ff06eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 6, 235
HSL
305°, 100%, 51%
CMYK
0, 98, 8, 0
Luminance
0.2739
Every format
| HEX | #ff06eb |
| RGB | rgb(255, 6, 235) |
| HSL | hsl(305, 100%, 51%) |
| CMYK | cmyk(0%, 98%, 8%, 0%) |
| LAB | lab(59.3 95.2 -51.3) |
| LCH | lch(59.3 108.1 331.7) |
| OKLCH | oklch(0.691 0.309 332.8) |
Copy-ready code
/* CSS */
color: #ff06eb;
background-color: #ff06eb;
/* Tailwind (arbitrary) */
class="text-[#ff06eb] bg-[#ff06eb]"
/* SCSS */
$brand: #ff06eb;
/* SwiftUI */
Color(red: 1.000, green: 0.024, blue: 0.922)
/* Android */
Color.parseColor("#ff06eb")Accessibility — WCAG contrast
Aa
#ff06eb on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff06eb on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green2.4%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta97.6%
Yellow7.8%
Key (black)0.0%
Color previews
#ff06eb text on a black background
contrast 6.48:1
Card sample
#ff06eb text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff06eb;
Background color
Panel with #ff06eb background
background-color: #ff06eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff06eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 6, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 6, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff06eb; background: linear-gradient(135deg, #ff06eb, #FF0645);