#cd97ff
a light, electric violet · warm · closest name: violet
RGB
205, 151, 255
HSL
271°, 100%, 80%
CMYK
20, 41, 0, 0
Luminance
0.4233
Every format
| HEX | #cd97ff |
| RGB | rgb(205, 151, 255) |
| HSL | hsl(271, 100%, 80%) |
| CMYK | cmyk(20%, 41%, 0%, 0%) |
| LAB | lab(71.1 39.4 -44.2) |
| LCH | lch(71.1 59.2 311.8) |
| OKLCH | oklch(0.767 0.154 307.0) |
Copy-ready code
/* CSS */
color: #cd97ff;
background-color: #cd97ff;
/* Tailwind (arbitrary) */
class="text-[#cd97ff] bg-[#cd97ff]"
/* SCSS */
$brand: #cd97ff;
/* SwiftUI */
Color(red: 0.804, green: 0.592, blue: 1.000)
/* Android */
Color.parseColor("#cd97ff")Accessibility — WCAG contrast
Aa
#cd97ff on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd97ff on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green59.2%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta40.8%
Yellow0.0%
Key (black)0.0%
Color previews
#cd97ff text on a black background
contrast 9.47:1
Card sample
#cd97ff text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd97ff;
Background color
Panel with #cd97ff background
background-color: #cd97ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd97ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 151, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 151, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd97ff; background: linear-gradient(135deg, #cd97ff, #FF97EC);