#cf6fee
a light, electric violet · warm · closest name: violet
RGB
207, 111, 238
HSL
285°, 79%, 68%
CMYK
13, 53, 0, 7
Luminance
0.3081
Every format
| HEX | #cf6fee |
| RGB | rgb(207, 111, 238) |
| HSL | hsl(285, 79%, 68%) |
| CMYK | cmyk(13%, 53%, 0%, 7%) |
| LAB | lab(62.4 57.3 -48.6) |
| LCH | lch(62.4 75.1 319.7) |
| OKLCH | oklch(0.700 0.200 317.3) |
Copy-ready code
/* CSS */
color: #cf6fee;
background-color: #cf6fee;
/* Tailwind (arbitrary) */
class="text-[#cf6fee] bg-[#cf6fee]"
/* SCSS */
$brand: #cf6fee;
/* SwiftUI */
Color(red: 0.812, green: 0.435, blue: 0.933)
/* Android */
Color.parseColor("#cf6fee")Accessibility — WCAG contrast
Aa
#cf6fee on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf6fee on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.5%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta53.4%
Yellow0.0%
Key (black)6.7%
Color previews
#cf6fee text on a black background
contrast 7.16:1
Card sample
#cf6fee text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6fee;
Background color
Panel with #cf6fee background
background-color: #cf6fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 111, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 111, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6fee; background: linear-gradient(135deg, #cf6fee, #EE6FB8);