#cf6eb2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 110, 178
HSL
318°, 50%, 62%
CMYK
0, 47, 14, 19
Luminance
0.2763
Every format
| HEX | #cf6eb2 |
| RGB | rgb(207, 110, 178) |
| HSL | hsl(318, 50%, 62%) |
| CMYK | cmyk(0%, 47%, 14%, 19%) |
| LAB | lab(59.6 47.0 -19.1) |
| LCH | lch(59.6 50.7 337.9) |
| OKLCH | oklch(0.670 0.147 339.6) |
Copy-ready code
/* CSS */
color: #cf6eb2;
background-color: #cf6eb2;
/* Tailwind (arbitrary) */
class="text-[#cf6eb2] bg-[#cf6eb2]"
/* SCSS */
$brand: #cf6eb2;
/* SwiftUI */
Color(red: 0.812, green: 0.431, blue: 0.698)
/* Android */
Color.parseColor("#cf6eb2")Accessibility — WCAG contrast
Aa
#cf6eb2 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6eb2 on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.1%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta46.9%
Yellow14.0%
Key (black)18.8%
Color previews
#cf6eb2 text on a black background
contrast 6.53:1
Card sample
#cf6eb2 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6eb2;
Background color
Panel with #cf6eb2 background
background-color: #cf6eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 110, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 110, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6eb2; background: linear-gradient(135deg, #cf6eb2, #CF6E72);