#cb68df
a balanced, vivid violet · warm · closest name: orchid
RGB
203, 104, 223
HSL
290°, 65%, 64%
CMYK
9, 53, 0, 13
Luminance
0.2792
Every format
| HEX | #cb68df |
| RGB | rgb(203, 104, 223) |
| HSL | hsl(290, 65%, 64%) |
| CMYK | cmyk(9%, 53%, 0%, 13%) |
| LAB | lab(59.8 56.7 -44.3) |
| LCH | lch(59.8 71.9 322.0) |
| OKLCH | oklch(0.677 0.194 320.7) |
Copy-ready code
/* CSS */
color: #cb68df;
background-color: #cb68df;
/* Tailwind (arbitrary) */
class="text-[#cb68df] bg-[#cb68df]"
/* SCSS */
$brand: #cb68df;
/* SwiftUI */
Color(red: 0.796, green: 0.408, blue: 0.875)
/* Android */
Color.parseColor("#cb68df")Accessibility — WCAG contrast
Aa
#cb68df on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb68df on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green40.8%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta53.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cb68df text on a black background
contrast 6.58:1
Card sample
#cb68df text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb68df;
Background color
Panel with #cb68df background
background-color: #cb68df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb68df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 104, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 104, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb68df; background: linear-gradient(135deg, #cb68df, #DF68A4);