#cf74eb
a light, vivid violet · warm · closest name: violet
RGB
207, 116, 235
HSL
286°, 75%, 69%
CMYK
12, 51, 0, 8
Luminance
0.3175
Every format
| HEX | #cf74eb |
| RGB | rgb(207, 116, 235) |
| HSL | hsl(286, 75%, 69%) |
| CMYK | cmyk(12%, 51%, 0%, 8%) |
| LAB | lab(63.1 54.2 -45.7) |
| LCH | lch(63.1 70.9 319.9) |
| OKLCH | oklch(0.705 0.189 317.8) |
Copy-ready code
/* CSS */
color: #cf74eb;
background-color: #cf74eb;
/* Tailwind (arbitrary) */
class="text-[#cf74eb] bg-[#cf74eb]"
/* SCSS */
$brand: #cf74eb;
/* SwiftUI */
Color(red: 0.812, green: 0.455, blue: 0.922)
/* Android */
Color.parseColor("#cf74eb")Accessibility — WCAG contrast
Aa
#cf74eb on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf74eb on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.5%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta50.6%
Yellow0.0%
Key (black)7.8%
Color previews
#cf74eb text on a black background
contrast 7.35:1
Card sample
#cf74eb text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf74eb;
Background color
Panel with #cf74eb background
background-color: #cf74eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf74eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 116, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 116, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf74eb; background: linear-gradient(135deg, #cf74eb, #EB74B8);