#ff6ccf
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 108, 207
HSL
320°, 100%, 71%
CMYK
0, 58, 19, 0
Luminance
0.3649
Every format
| HEX | #ff6ccf |
| RGB | rgb(255, 108, 207) |
| HSL | hsl(320, 100%, 71%) |
| CMYK | cmyk(0%, 58%, 19%, 0%) |
| LAB | lab(66.9 66.5 -23.8) |
| LCH | lch(66.9 70.6 340.3) |
| OKLCH | oklch(0.742 0.208 342.2) |
Copy-ready code
/* CSS */
color: #ff6ccf;
background-color: #ff6ccf;
/* Tailwind (arbitrary) */
class="text-[#ff6ccf] bg-[#ff6ccf]"
/* SCSS */
$brand: #ff6ccf;
/* SwiftUI */
Color(red: 1.000, green: 0.424, blue: 0.812)
/* Android */
Color.parseColor("#ff6ccf")Accessibility — WCAG contrast
Aa
#ff6ccf on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6ccf on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green42.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow18.8%
Key (black)0.0%
Color previews
#ff6ccf text on a black background
contrast 8.30:1
Card sample
#ff6ccf text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6ccf;
Background color
Panel with #ff6ccf background
background-color: #ff6ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 108, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 108, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6ccf; background: linear-gradient(135deg, #ff6ccf, #FF6C6D);