#cf6ee2
a light, vivid magenta / pink · warm · closest name: orchid
RGB
207, 110, 226
HSL
290°, 67%, 66%
CMYK
8, 51, 0, 11
Luminance
0.2991
Every format
| HEX | #cf6ee2 |
| RGB | rgb(207, 110, 226) |
| HSL | hsl(290, 67%, 66%) |
| CMYK | cmyk(8%, 51%, 0%, 11%) |
| LAB | lab(61.6 55.4 -43.1) |
| LCH | lch(61.6 70.2 322.1) |
| OKLCH | oklch(0.692 0.189 320.9) |
Copy-ready code
/* CSS */
color: #cf6ee2;
background-color: #cf6ee2;
/* Tailwind (arbitrary) */
class="text-[#cf6ee2] bg-[#cf6ee2]"
/* SCSS */
$brand: #cf6ee2;
/* SwiftUI */
Color(red: 0.812, green: 0.431, blue: 0.886)
/* Android */
Color.parseColor("#cf6ee2")Accessibility — WCAG contrast
Aa
#cf6ee2 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6ee2 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.1%
Blue88.6%
CMYK percentages
Cyan8.4%
Magenta51.3%
Yellow0.0%
Key (black)11.4%
Color previews
#cf6ee2 text on a black background
contrast 6.98:1
Card sample
#cf6ee2 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6ee2;
Background color
Panel with #cf6ee2 background
background-color: #cf6ee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6ee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 110, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 110, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6ee2; background: linear-gradient(135deg, #cf6ee2, #E26EA8);