#cf6dfb
a light, electric violet · warm · closest name: violet
RGB
207, 109, 251
HSL
281°, 95%, 71%
CMYK
18, 57, 0, 2
Luminance
0.3117
Every format
| HEX | #cf6dfb |
| RGB | rgb(207, 109, 251) |
| HSL | hsl(281, 95%, 71%) |
| CMYK | cmyk(18%, 57%, 0%, 2%) |
| LAB | lab(62.6 60.8 -55.3) |
| LCH | lch(62.6 82.2 317.7) |
| OKLCH | oklch(0.704 0.216 314.1) |
Copy-ready code
/* CSS */
color: #cf6dfb;
background-color: #cf6dfb;
/* Tailwind (arbitrary) */
class="text-[#cf6dfb] bg-[#cf6dfb]"
/* SCSS */
$brand: #cf6dfb;
/* SwiftUI */
Color(red: 0.812, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#cf6dfb")Accessibility — WCAG contrast
Aa
#cf6dfb on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf6dfb on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.7%
Blue98.4%
CMYK percentages
Cyan17.5%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#cf6dfb text on a black background
contrast 7.23:1
Card sample
#cf6dfb text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6dfb;
Background color
Panel with #cf6dfb background
background-color: #cf6dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6dfb; background: linear-gradient(135deg, #cf6dfb, #FB6DC8);