#cb85f9
a light, electric violet · warm · closest name: violet
RGB
203, 133, 249
HSL
276°, 91%, 75%
CMYK
19, 47, 0, 2
Luminance
0.3631
Every format
| HEX | #cb85f9 |
| RGB | rgb(203, 133, 249) |
| HSL | hsl(276, 91%, 75%) |
| CMYK | cmyk(19%, 47%, 0%, 2%) |
| LAB | lab(66.8 47.2 -47.7) |
| LCH | lch(66.8 67.1 314.7) |
| OKLCH | oklch(0.733 0.175 310.6) |
Copy-ready code
/* CSS */
color: #cb85f9;
background-color: #cb85f9;
/* Tailwind (arbitrary) */
class="text-[#cb85f9] bg-[#cb85f9]"
/* SCSS */
$brand: #cb85f9;
/* SwiftUI */
Color(red: 0.796, green: 0.522, blue: 0.976)
/* Android */
Color.parseColor("#cb85f9")Accessibility — WCAG contrast
Aa
#cb85f9 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb85f9 on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green52.2%
Blue97.6%
CMYK percentages
Cyan18.5%
Magenta46.6%
Yellow0.0%
Key (black)2.4%
Color previews
#cb85f9 text on a black background
contrast 8.26:1
Card sample
#cb85f9 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb85f9;
Background color
Panel with #cb85f9 background
background-color: #cb85f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb85f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 133, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 133, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb85f9; background: linear-gradient(135deg, #cb85f9, #F985DA);