#ff66eb
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 102, 235
HSL
308°, 100%, 70%
CMYK
0, 60, 8, 0
Luminance
0.3676
Every format
| HEX | #ff66eb |
| RGB | rgb(255, 102, 235) |
| HSL | hsl(308, 100%, 70%) |
| CMYK | cmyk(0%, 60%, 8%, 0%) |
| LAB | lab(67.1 73.1 -39.0) |
| LCH | lch(67.1 82.8 331.9) |
| OKLCH | oklch(0.747 0.236 333.1) |
Copy-ready code
/* CSS */
color: #ff66eb;
background-color: #ff66eb;
/* Tailwind (arbitrary) */
class="text-[#ff66eb] bg-[#ff66eb]"
/* SCSS */
$brand: #ff66eb;
/* SwiftUI */
Color(red: 1.000, green: 0.400, blue: 0.922)
/* Android */
Color.parseColor("#ff66eb")Accessibility — WCAG contrast
Aa
#ff66eb on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff66eb on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green40.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow7.8%
Key (black)0.0%
Color previews
#ff66eb text on a black background
contrast 8.35:1
Card sample
#ff66eb text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff66eb;
Background color
Panel with #ff66eb background
background-color: #ff66eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff66eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 102, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 102, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff66eb; background: linear-gradient(135deg, #ff66eb, #FF6685);