#cf90eb
a light, vivid violet · warm · closest name: violet
RGB
207, 144, 235
HSL
282°, 70%, 74%
CMYK
12, 39, 0, 8
Luminance
0.3921
Every format
| HEX | #cf90eb |
| RGB | rgb(207, 144, 235) |
| HSL | hsl(282, 70%, 74%) |
| CMYK | cmyk(12%, 39%, 0%, 8%) |
| LAB | lab(68.9 39.5 -36.7) |
| LCH | lch(68.9 53.9 317.2) |
| OKLCH | oklch(0.748 0.143 315.0) |
Copy-ready code
/* CSS */
color: #cf90eb;
background-color: #cf90eb;
/* Tailwind (arbitrary) */
class="text-[#cf90eb] bg-[#cf90eb]"
/* SCSS */
$brand: #cf90eb;
/* SwiftUI */
Color(red: 0.812, green: 0.565, blue: 0.922)
/* Android */
Color.parseColor("#cf90eb")Accessibility — WCAG contrast
Aa
#cf90eb on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf90eb on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.5%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta38.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cf90eb text on a black background
contrast 8.84:1
Card sample
#cf90eb text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf90eb;
Background color
Panel with #cf90eb background
background-color: #cf90eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf90eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 144, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 144, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf90eb; background: linear-gradient(135deg, #cf90eb, #EB90CA);