#cb75df
a light, vivid violet · warm · closest name: orchid
RGB
203, 117, 223
HSL
289°, 62%, 67%
CMYK
9, 48, 0, 13
Luminance
0.3075
Every format
| HEX | #cb75df |
| RGB | rgb(203, 117, 223) |
| HSL | hsl(289, 62%, 67%) |
| CMYK | cmyk(9%, 48%, 0%, 13%) |
| LAB | lab(62.3 50.2 -40.4) |
| LCH | lch(62.3 64.4 321.2) |
| OKLCH | oklch(0.696 0.173 319.8) |
Copy-ready code
/* CSS */
color: #cb75df;
background-color: #cb75df;
/* Tailwind (arbitrary) */
class="text-[#cb75df] bg-[#cb75df]"
/* SCSS */
$brand: #cb75df;
/* SwiftUI */
Color(red: 0.796, green: 0.459, blue: 0.875)
/* Android */
Color.parseColor("#cb75df")Accessibility — WCAG contrast
Aa
#cb75df on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb75df on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green45.9%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta47.5%
Yellow0.0%
Key (black)12.5%
Color previews
#cb75df text on a black background
contrast 7.15:1
Card sample
#cb75df text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb75df;
Background color
Panel with #cb75df background
background-color: #cb75df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb75df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 117, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 117, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb75df; background: linear-gradient(135deg, #cb75df, #DF75AC);