#ff66ee
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 102, 238
HSL
307°, 100%, 70%
CMYK
0, 60, 7, 0
Luminance
0.3694
Every format
| HEX | #ff66ee |
| RGB | rgb(255, 102, 238) |
| HSL | hsl(307, 100%, 70%) |
| CMYK | cmyk(0%, 60%, 7%, 0%) |
| LAB | lab(67.2 73.5 -40.5) |
| LCH | lch(67.2 83.9 331.2) |
| OKLCH | oklch(0.748 0.238 332.3) |
Copy-ready code
/* CSS */
color: #ff66ee;
background-color: #ff66ee;
/* Tailwind (arbitrary) */
class="text-[#ff66ee] bg-[#ff66ee]"
/* SCSS */
$brand: #ff66ee;
/* SwiftUI */
Color(red: 1.000, green: 0.400, blue: 0.933)
/* Android */
Color.parseColor("#ff66ee")Accessibility — WCAG contrast
Aa
#ff66ee on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff66ee on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green40.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow6.7%
Key (black)0.0%
Color previews
#ff66ee text on a black background
contrast 8.39:1
Card sample
#ff66ee text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff66ee;
Background color
Panel with #ff66ee background
background-color: #ff66ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff66ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 102, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 102, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff66ee; background: linear-gradient(135deg, #ff66ee, #FF6688);