#cf6ebc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 110, 188
HSL
312°, 50%, 62%
CMYK
0, 47, 9, 19
Luminance
0.2805
Every format
| HEX | #cf6ebc |
| RGB | rgb(207, 110, 188) |
| HSL | hsl(312, 50%, 62%) |
| CMYK | cmyk(0%, 47%, 9%, 19%) |
| LAB | lab(59.9 48.6 -24.3) |
| LCH | lch(59.9 54.3 333.5) |
| OKLCH | oklch(0.674 0.155 335.0) |
Copy-ready code
/* CSS */
color: #cf6ebc;
background-color: #cf6ebc;
/* Tailwind (arbitrary) */
class="text-[#cf6ebc] bg-[#cf6ebc]"
/* SCSS */
$brand: #cf6ebc;
/* SwiftUI */
Color(red: 0.812, green: 0.431, blue: 0.737)
/* Android */
Color.parseColor("#cf6ebc")Accessibility — WCAG contrast
Aa
#cf6ebc on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6ebc on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.1%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta46.9%
Yellow9.2%
Key (black)18.8%
Color previews
#cf6ebc text on a black background
contrast 6.61:1
Card sample
#cf6ebc text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6ebc;
Background color
Panel with #cf6ebc background
background-color: #cf6ebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6ebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 110, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 110, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6ebc; background: linear-gradient(135deg, #cf6ebc, #CF6E7B);