#cf6df2
a light, electric violet · warm · closest name: violet
RGB
207, 109, 242
HSL
284°, 84%, 69%
CMYK
15, 55, 0, 5
Luminance
0.3061
Every format
| HEX | #cf6df2 |
| RGB | rgb(207, 109, 242) |
| HSL | hsl(284, 84%, 69%) |
| CMYK | cmyk(15%, 55%, 0%, 5%) |
| LAB | lab(62.2 59.0 -51.1) |
| LCH | lch(62.2 78.1 319.1) |
| OKLCH | oklch(0.699 0.207 316.4) |
Copy-ready code
/* CSS */
color: #cf6df2;
background-color: #cf6df2;
/* Tailwind (arbitrary) */
class="text-[#cf6df2] bg-[#cf6df2]"
/* SCSS */
$brand: #cf6df2;
/* SwiftUI */
Color(red: 0.812, green: 0.427, blue: 0.949)
/* Android */
Color.parseColor("#cf6df2")Accessibility — WCAG contrast
Aa
#cf6df2 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf6df2 on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.7%
Blue94.9%
CMYK percentages
Cyan14.5%
Magenta55.0%
Yellow0.0%
Key (black)5.1%
Color previews
#cf6df2 text on a black background
contrast 7.12:1
Card sample
#cf6df2 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6df2;
Background color
Panel with #cf6df2 background
background-color: #cf6df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 109, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 109, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6df2; background: linear-gradient(135deg, #cf6df2, #F26DBC);