#cd74f4
a light, electric violet · warm · closest name: violet
RGB
205, 116, 244
HSL
282°, 85%, 71%
CMYK
16, 53, 0, 4
Luminance
0.3200
Every format
| HEX | #cd74f4 |
| RGB | rgb(205, 116, 244) |
| HSL | hsl(282, 85%, 71%) |
| CMYK | cmyk(16%, 53%, 0%, 4%) |
| LAB | lab(63.4 55.5 -50.4) |
| LCH | lch(63.4 74.9 317.8) |
| OKLCH | oklch(0.707 0.197 314.6) |
Copy-ready code
/* CSS */
color: #cd74f4;
background-color: #cd74f4;
/* Tailwind (arbitrary) */
class="text-[#cd74f4] bg-[#cd74f4]"
/* SCSS */
$brand: #cd74f4;
/* SwiftUI */
Color(red: 0.804, green: 0.455, blue: 0.957)
/* Android */
Color.parseColor("#cd74f4")Accessibility — WCAG contrast
Aa
#cd74f4 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd74f4 on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green45.5%
Blue95.7%
CMYK percentages
Cyan16.0%
Magenta52.5%
Yellow0.0%
Key (black)4.3%
Color previews
#cd74f4 text on a black background
contrast 7.40:1
Card sample
#cd74f4 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd74f4;
Background color
Panel with #cd74f4 background
background-color: #cd74f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd74f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 116, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 116, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd74f4; background: linear-gradient(135deg, #cd74f4, #F474C6);