#cf6eef
a light, electric violet · warm · closest name: violet
RGB
207, 110, 239
HSL
285°, 80%, 68%
CMYK
13, 54, 0, 6
Luminance
0.3065
Every format
| HEX | #cf6eef |
| RGB | rgb(207, 110, 239) |
| HSL | hsl(285, 80%, 68%) |
| CMYK | cmyk(13%, 54%, 0%, 6%) |
| LAB | lab(62.2 58.0 -49.4) |
| LCH | lch(62.2 76.1 319.6) |
| OKLCH | oklch(0.699 0.202 317.1) |
Copy-ready code
/* CSS */
color: #cf6eef;
background-color: #cf6eef;
/* Tailwind (arbitrary) */
class="text-[#cf6eef] bg-[#cf6eef]"
/* SCSS */
$brand: #cf6eef;
/* SwiftUI */
Color(red: 0.812, green: 0.431, blue: 0.937)
/* Android */
Color.parseColor("#cf6eef")Accessibility — WCAG contrast
Aa
#cf6eef on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf6eef on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.1%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta54.0%
Yellow0.0%
Key (black)6.3%
Color previews
#cf6eef text on a black background
contrast 7.13:1
Card sample
#cf6eef text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6eef;
Background color
Panel with #cf6eef background
background-color: #cf6eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 110, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 110, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6eef; background: linear-gradient(135deg, #cf6eef, #EF6EB9);