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