#cf6ee3
a light, vivid violet · warm · closest name: orchid
RGB
207, 110, 227
HSL
290°, 68%, 66%
CMYK
9, 52, 0, 11
Luminance
0.2996
Every format
| HEX | #cf6ee3 |
| RGB | rgb(207, 110, 227) |
| HSL | hsl(290, 68%, 66%) |
| CMYK | cmyk(9%, 52%, 0%, 11%) |
| LAB | lab(61.6 55.6 -43.6) |
| LCH | lch(61.6 70.7 321.9) |
| OKLCH | oklch(0.692 0.190 320.6) |
Copy-ready code
/* CSS */
color: #cf6ee3;
background-color: #cf6ee3;
/* Tailwind (arbitrary) */
class="text-[#cf6ee3] bg-[#cf6ee3]"
/* SCSS */
$brand: #cf6ee3;
/* SwiftUI */
Color(red: 0.812, green: 0.431, blue: 0.890)
/* Android */
Color.parseColor("#cf6ee3")Accessibility — WCAG contrast
Aa
#cf6ee3 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6ee3 on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.1%
Blue89.0%
CMYK percentages
Cyan8.8%
Magenta51.5%
Yellow0.0%
Key (black)11.0%
Color previews
#cf6ee3 text on a black background
contrast 6.99:1
Card sample
#cf6ee3 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6ee3;
Background color
Panel with #cf6ee3 background
background-color: #cf6ee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6ee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 110, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 110, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6ee3; background: linear-gradient(135deg, #cf6ee3, #E36EA9);