#ff6cb1
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 108, 177
HSL
332°, 100%, 71%
CMYK
0, 58, 31, 0
Luminance
0.3516
Every format
| HEX | #ff6cb1 |
| RGB | rgb(255, 108, 177) |
| HSL | hsl(332, 100%, 71%) |
| CMYK | cmyk(0%, 58%, 31%, 0%) |
| LAB | lab(65.9 62.6 -8.4) |
| LCH | lch(65.9 63.1 352.4) |
| OKLCH | oklch(0.731 0.192 353.6) |
Copy-ready code
/* CSS */
color: #ff6cb1;
background-color: #ff6cb1;
/* Tailwind (arbitrary) */
class="text-[#ff6cb1] bg-[#ff6cb1]"
/* SCSS */
$brand: #ff6cb1;
/* SwiftUI */
Color(red: 1.000, green: 0.424, blue: 0.694)
/* Android */
Color.parseColor("#ff6cb1")Accessibility — WCAG contrast
Aa
#ff6cb1 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6cb1 on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green42.4%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow30.6%
Key (black)0.0%
Color previews
#ff6cb1 text on a black background
contrast 8.03:1
Card sample
#ff6cb1 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6cb1;
Background color
Panel with #ff6cb1 background
background-color: #ff6cb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6cb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 108, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 108, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6cb1; background: linear-gradient(135deg, #ff6cb1, #FF896C);