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