#cb85ff
a light, electric violet · warm · closest name: violet
RGB
203, 133, 255
HSL
274°, 100%, 76%
CMYK
20, 48, 0, 0
Luminance
0.3669
Every format
| HEX | #cb85ff |
| RGB | rgb(203, 133, 255) |
| HSL | hsl(274, 100%, 76%) |
| CMYK | cmyk(20%, 48%, 0%, 0%) |
| LAB | lab(67.0 48.5 -50.6) |
| LCH | lch(67.0 70.1 313.8) |
| OKLCH | oklch(0.736 0.182 309.1) |
Copy-ready code
/* CSS */
color: #cb85ff;
background-color: #cb85ff;
/* Tailwind (arbitrary) */
class="text-[#cb85ff] bg-[#cb85ff]"
/* SCSS */
$brand: #cb85ff;
/* SwiftUI */
Color(red: 0.796, green: 0.522, blue: 1.000)
/* Android */
Color.parseColor("#cb85ff")Accessibility — WCAG contrast
Aa
#cb85ff on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb85ff on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green52.2%
Blue100.0%
CMYK percentages
Cyan20.4%
Magenta47.8%
Yellow0.0%
Key (black)0.0%
Color previews
#cb85ff text on a black background
contrast 8.34:1
Card sample
#cb85ff text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb85ff;
Background color
Panel with #cb85ff background
background-color: #cb85ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb85ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 133, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 133, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb85ff; background: linear-gradient(135deg, #cb85ff, #FF85E2);