#ff66b0
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 102, 176
HSL
331°, 100%, 70%
CMYK
0, 60, 31, 0
Luminance
0.3390
Every format
| HEX | #ff66b0 |
| RGB | rgb(255, 102, 176) |
| HSL | hsl(331, 100%, 70%) |
| CMYK | cmyk(0%, 60%, 31%, 0%) |
| LAB | lab(64.9 65.0 -9.3) |
| LCH | lch(64.9 65.7 351.9) |
| OKLCH | oklch(0.723 0.199 353.2) |
Copy-ready code
/* CSS */
color: #ff66b0;
background-color: #ff66b0;
/* Tailwind (arbitrary) */
class="text-[#ff66b0] bg-[#ff66b0]"
/* SCSS */
$brand: #ff66b0;
/* SwiftUI */
Color(red: 1.000, green: 0.400, blue: 0.690)
/* Android */
Color.parseColor("#ff66b0")Accessibility — WCAG contrast
Aa
#ff66b0 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff66b0 on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green40.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow31.0%
Key (black)0.0%
Color previews
#ff66b0 text on a black background
contrast 7.78:1
Card sample
#ff66b0 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff66b0;
Background color
Panel with #ff66b0 background
background-color: #ff66b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff66b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 102, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 102, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff66b0; background: linear-gradient(135deg, #ff66b0, #FF8266);