#cd94ff
a light, electric violet · warm · closest name: violet
RGB
205, 148, 255
HSL
272°, 100%, 79%
CMYK
20, 42, 0, 0
Luminance
0.4138
Every format
| HEX | #cd94ff |
| RGB | rgb(205, 148, 255) |
| HSL | hsl(272, 100%, 79%) |
| CMYK | cmyk(20%, 42%, 0%, 0%) |
| LAB | lab(70.4 41.0 -45.2) |
| LCH | lch(70.4 61.1 312.2) |
| OKLCH | oklch(0.762 0.159 307.6) |
Copy-ready code
/* CSS */
color: #cd94ff;
background-color: #cd94ff;
/* Tailwind (arbitrary) */
class="text-[#cd94ff] bg-[#cd94ff]"
/* SCSS */
$brand: #cd94ff;
/* SwiftUI */
Color(red: 0.804, green: 0.580, blue: 1.000)
/* Android */
Color.parseColor("#cd94ff")Accessibility — WCAG contrast
Aa
#cd94ff on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd94ff on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green58.0%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta42.0%
Yellow0.0%
Key (black)0.0%
Color previews
#cd94ff text on a black background
contrast 9.28:1
Card sample
#cd94ff text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd94ff;
Background color
Panel with #cd94ff background
background-color: #cd94ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd94ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 148, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 148, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd94ff; background: linear-gradient(135deg, #cd94ff, #FF94EA);