#ff46db
a balanced, electric magenta / pink · warm · closest name: violet
RGB
255, 70, 219
HSL
312°, 100%, 64%
CMYK
0, 73, 14, 0
Luminance
0.3075
Every format
| HEX | #ff46db |
| RGB | rgb(255, 70, 219) |
| HSL | hsl(312, 100%, 64%) |
| CMYK | cmyk(0%, 73%, 14%, 0%) |
| LAB | lab(62.3 82.2 -37.6) |
| LCH | lch(62.3 90.4 335.4) |
| OKLCH | oklch(0.710 0.263 337.1) |
Copy-ready code
/* CSS */
color: #ff46db;
background-color: #ff46db;
/* Tailwind (arbitrary) */
class="text-[#ff46db] bg-[#ff46db]"
/* SCSS */
$brand: #ff46db;
/* SwiftUI */
Color(red: 1.000, green: 0.275, blue: 0.859)
/* Android */
Color.parseColor("#ff46db")Accessibility — WCAG contrast
Aa
#ff46db on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff46db on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green27.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow14.1%
Key (black)0.0%
Color previews
#ff46db text on a black background
contrast 7.15:1
Card sample
#ff46db text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff46db;
Background color
Panel with #ff46db background
background-color: #ff46db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff46db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 70, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 70, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff46db; background: linear-gradient(135deg, #ff46db, #FF465F);