#cf6feb
a light, electric violet · warm · closest name: violet
RGB
207, 111, 235
HSL
287°, 76%, 68%
CMYK
12, 53, 0, 8
Luminance
0.3063
Every format
| HEX | #cf6feb |
| RGB | rgb(207, 111, 235) |
| HSL | hsl(287, 76%, 68%) |
| CMYK | cmyk(12%, 53%, 0%, 8%) |
| LAB | lab(62.2 56.7 -47.2) |
| LCH | lch(62.2 73.7 320.2) |
| OKLCH | oklch(0.698 0.197 318.1) |
Copy-ready code
/* CSS */
color: #cf6feb;
background-color: #cf6feb;
/* Tailwind (arbitrary) */
class="text-[#cf6feb] bg-[#cf6feb]"
/* SCSS */
$brand: #cf6feb;
/* SwiftUI */
Color(red: 0.812, green: 0.435, blue: 0.922)
/* Android */
Color.parseColor("#cf6feb")Accessibility — WCAG contrast
Aa
#cf6feb on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf6feb on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.5%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta52.8%
Yellow0.0%
Key (black)7.8%
Color previews
#cf6feb text on a black background
contrast 7.13:1
Card sample
#cf6feb text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6feb;
Background color
Panel with #cf6feb background
background-color: #cf6feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 111, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 111, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6feb; background: linear-gradient(135deg, #cf6feb, #EB6FB4);