#ff66cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 102, 205
HSL
320°, 100%, 70%
CMYK
0, 60, 20, 0
Luminance
0.3517
Every format
| HEX | #ff66cd |
| RGB | rgb(255, 102, 205) |
| HSL | hsl(320, 100%, 70%) |
| CMYK | cmyk(0%, 60%, 20%, 0%) |
| LAB | lab(65.9 68.7 -24.2) |
| LCH | lch(65.9 72.8 340.6) |
| OKLCH | oklch(0.734 0.215 342.5) |
Copy-ready code
/* CSS */
color: #ff66cd;
background-color: #ff66cd;
/* Tailwind (arbitrary) */
class="text-[#ff66cd] bg-[#ff66cd]"
/* SCSS */
$brand: #ff66cd;
/* SwiftUI */
Color(red: 1.000, green: 0.400, blue: 0.804)
/* Android */
Color.parseColor("#ff66cd")Accessibility — WCAG contrast
Aa
#ff66cd on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff66cd on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green40.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow19.6%
Key (black)0.0%
Color previews
#ff66cd text on a black background
contrast 8.03:1
Card sample
#ff66cd text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff66cd;
Background color
Panel with #ff66cd background
background-color: #ff66cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff66cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 102, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 102, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff66cd; background: linear-gradient(135deg, #ff66cd, #FF6667);