#cd76df
a light, vivid violet · warm · closest name: orchid
RGB
205, 118, 223
HSL
290°, 62%, 67%
CMYK
8, 47, 0, 13
Luminance
0.3126
Every format
| HEX | #cd76df |
| RGB | rgb(205, 118, 223) |
| HSL | hsl(290, 62%, 67%) |
| CMYK | cmyk(8%, 47%, 0%, 13%) |
| LAB | lab(62.7 50.3 -39.7) |
| LCH | lch(62.7 64.0 321.7) |
| OKLCH | oklch(0.700 0.172 320.6) |
Copy-ready code
/* CSS */
color: #cd76df;
background-color: #cd76df;
/* Tailwind (arbitrary) */
class="text-[#cd76df] bg-[#cd76df]"
/* SCSS */
$brand: #cd76df;
/* SwiftUI */
Color(red: 0.804, green: 0.463, blue: 0.875)
/* Android */
Color.parseColor("#cd76df")Accessibility — WCAG contrast
Aa
#cd76df on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd76df on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green46.3%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta47.1%
Yellow0.0%
Key (black)12.5%
Color previews
#cd76df text on a black background
contrast 7.25:1
Card sample
#cd76df text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd76df;
Background color
Panel with #cd76df background
background-color: #cd76df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd76df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 118, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 118, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd76df; background: linear-gradient(135deg, #cd76df, #DF76AB);