#cf6ee9
a light, vivid violet · warm · closest name: orchid
RGB
207, 110, 233
HSL
287°, 74%, 67%
CMYK
11, 53, 0, 9
Luminance
0.3030
Every format
| HEX | #cf6ee9 |
| RGB | rgb(207, 110, 233) |
| HSL | hsl(287, 74%, 67%) |
| CMYK | cmyk(11%, 53%, 0%, 9%) |
| LAB | lab(61.9 56.8 -46.5) |
| LCH | lch(61.9 73.4 320.7) |
| OKLCH | oklch(0.696 0.196 318.8) |
Copy-ready code
/* CSS */
color: #cf6ee9;
background-color: #cf6ee9;
/* Tailwind (arbitrary) */
class="text-[#cf6ee9] bg-[#cf6ee9]"
/* SCSS */
$brand: #cf6ee9;
/* SwiftUI */
Color(red: 0.812, green: 0.431, blue: 0.914)
/* Android */
Color.parseColor("#cf6ee9")Accessibility — WCAG contrast
Aa
#cf6ee9 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf6ee9 on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.1%
Blue91.4%
CMYK percentages
Cyan11.2%
Magenta52.8%
Yellow0.0%
Key (black)8.6%
Color previews
#cf6ee9 text on a black background
contrast 7.06:1
Card sample
#cf6ee9 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6ee9;
Background color
Panel with #cf6ee9 background
background-color: #cf6ee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6ee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 110, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 110, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6ee9; background: linear-gradient(135deg, #cf6ee9, #E96EB1);