#cd79ff
a light, electric violet · warm · closest name: violet
RGB
205, 121, 255
HSL
278°, 100%, 74%
CMYK
20, 53, 0, 0
Luminance
0.3387
Every format
| HEX | #cd79ff |
| RGB | rgb(205, 121, 255) |
| HSL | hsl(278, 100%, 74%) |
| CMYK | cmyk(20%, 53%, 0%, 0%) |
| LAB | lab(64.9 55.2 -54.0) |
| LCH | lch(64.9 77.3 315.7) |
| OKLCH | oklch(0.720 0.201 311.3) |
Copy-ready code
/* CSS */
color: #cd79ff;
background-color: #cd79ff;
/* Tailwind (arbitrary) */
class="text-[#cd79ff] bg-[#cd79ff]"
/* SCSS */
$brand: #cd79ff;
/* SwiftUI */
Color(red: 0.804, green: 0.475, blue: 1.000)
/* Android */
Color.parseColor("#cd79ff")Accessibility — WCAG contrast
Aa
#cd79ff on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd79ff on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green47.5%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta52.5%
Yellow0.0%
Key (black)0.0%
Color previews
#cd79ff text on a black background
contrast 7.77:1
Card sample
#cd79ff text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd79ff;
Background color
Panel with #cd79ff background
background-color: #cd79ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd79ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 121, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 121, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd79ff; background: linear-gradient(135deg, #cd79ff, #FF79D8);