#cd79df
a light, vivid violet · warm · closest name: orchid
RGB
205, 121, 223
HSL
289°, 61%, 68%
CMYK
8, 46, 0, 13
Luminance
0.3198
Every format
| HEX | #cd79df |
| RGB | rgb(205, 121, 223) |
| HSL | hsl(289, 61%, 68%) |
| CMYK | cmyk(8%, 46%, 0%, 13%) |
| LAB | lab(63.3 48.7 -38.7) |
| LCH | lch(63.3 62.2 321.5) |
| OKLCH | oklch(0.704 0.168 320.4) |
Copy-ready code
/* CSS */
color: #cd79df;
background-color: #cd79df;
/* Tailwind (arbitrary) */
class="text-[#cd79df] bg-[#cd79df]"
/* SCSS */
$brand: #cd79df;
/* SwiftUI */
Color(red: 0.804, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#cd79df")Accessibility — WCAG contrast
Aa
#cd79df on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd79df on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green47.5%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta45.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cd79df text on a black background
contrast 7.40:1
Card sample
#cd79df text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd79df;
Background color
Panel with #cd79df background
background-color: #cd79df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd79df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd79df; background: linear-gradient(135deg, #cd79df, #DF79AD);