#cd8feb
a light, vivid violet · warm · closest name: violet
RGB
205, 143, 235
HSL
280°, 70%, 74%
CMYK
13, 39, 0, 8
Luminance
0.3862
Every format
| HEX | #cd8feb |
| RGB | rgb(205, 143, 235) |
| HSL | hsl(280, 70%, 74%) |
| CMYK | cmyk(13%, 39%, 0%, 8%) |
| LAB | lab(68.5 39.5 -37.3) |
| LCH | lch(68.5 54.3 316.6) |
| OKLCH | oklch(0.744 0.144 314.1) |
Copy-ready code
/* CSS */
color: #cd8feb;
background-color: #cd8feb;
/* Tailwind (arbitrary) */
class="text-[#cd8feb] bg-[#cd8feb]"
/* SCSS */
$brand: #cd8feb;
/* SwiftUI */
Color(red: 0.804, green: 0.561, blue: 0.922)
/* Android */
Color.parseColor("#cd8feb")Accessibility — WCAG contrast
Aa
#cd8feb on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8feb on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.1%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta39.1%
Yellow0.0%
Key (black)7.8%
Color previews
#cd8feb text on a black background
contrast 8.72:1
Card sample
#cd8feb text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8feb;
Background color
Panel with #cd8feb background
background-color: #cd8feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 143, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 143, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8feb; background: linear-gradient(135deg, #cd8feb, #EB8FCC);