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