#cf6bee
a light, electric violet · warm · closest name: violet
RGB
207, 107, 238
HSL
286°, 79%, 68%
CMYK
13, 55, 0, 7
Luminance
0.2995
Every format
| HEX | #cf6bee |
| RGB | rgb(207, 107, 238) |
| HSL | hsl(286, 79%, 68%) |
| CMYK | cmyk(13%, 55%, 0%, 7%) |
| LAB | lab(61.6 59.2 -49.8) |
| LCH | lch(61.6 77.3 320.0) |
| OKLCH | oklch(0.694 0.206 317.6) |
Copy-ready code
/* CSS */
color: #cf6bee;
background-color: #cf6bee;
/* Tailwind (arbitrary) */
class="text-[#cf6bee] bg-[#cf6bee]"
/* SCSS */
$brand: #cf6bee;
/* SwiftUI */
Color(red: 0.812, green: 0.420, blue: 0.933)
/* Android */
Color.parseColor("#cf6bee")Accessibility — WCAG contrast
Aa
#cf6bee on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6bee on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.0%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta55.0%
Yellow0.0%
Key (black)6.7%
Color previews
#cf6bee text on a black background
contrast 6.99:1
Card sample
#cf6bee text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6bee;
Background color
Panel with #cf6bee background
background-color: #cf6bee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6bee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 107, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 107, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6bee; background: linear-gradient(135deg, #cf6bee, #EE6BB6);