#cb85df
a light, vivid violet · warm · closest name: orchid
RGB
203, 133, 223
HSL
287°, 58%, 70%
CMYK
9, 40, 0, 13
Luminance
0.3480
Every format
| HEX | #cb85df |
| RGB | rgb(203, 133, 223) |
| HSL | hsl(287, 58%, 70%) |
| CMYK | cmyk(9%, 40%, 0%, 13%) |
| LAB | lab(65.6 41.8 -35.2) |
| LCH | lch(65.6 54.7 319.9) |
| OKLCH | oklch(0.720 0.146 318.5) |
Copy-ready code
/* CSS */
color: #cb85df;
background-color: #cb85df;
/* Tailwind (arbitrary) */
class="text-[#cb85df] bg-[#cb85df]"
/* SCSS */
$brand: #cb85df;
/* SwiftUI */
Color(red: 0.796, green: 0.522, blue: 0.875)
/* Android */
Color.parseColor("#cb85df")Accessibility — WCAG contrast
Aa
#cb85df on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb85df on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green52.2%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta40.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cb85df text on a black background
contrast 7.96:1
Card sample
#cb85df text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb85df;
Background color
Panel with #cb85df background
background-color: #cb85df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb85df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 133, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 133, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb85df; background: linear-gradient(135deg, #cb85df, #DF85B7);