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