#cdc0f2
a pale, vivid violet · warm · closest name: plum
RGB
205, 192, 242
HSL
256°, 66%, 85%
CMYK
15, 21, 0, 5
Luminance
0.5709
Every format
| HEX | #cdc0f2 |
| RGB | rgb(205, 192, 242) |
| HSL | hsl(256, 66%, 85%) |
| CMYK | cmyk(15%, 21%, 0%, 5%) |
| LAB | lab(80.2 14.3 -23.1) |
| LCH | lch(80.2 27.1 301.7) |
| OKLCH | oklch(0.835 0.070 296.8) |
Copy-ready code
/* CSS */
color: #cdc0f2;
background-color: #cdc0f2;
/* Tailwind (arbitrary) */
class="text-[#cdc0f2] bg-[#cdc0f2]"
/* SCSS */
$brand: #cdc0f2;
/* SwiftUI */
Color(red: 0.804, green: 0.753, blue: 0.949)
/* Android */
Color.parseColor("#cdc0f2")Accessibility — WCAG contrast
Aa
#cdc0f2 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc0f2 on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green75.3%
Blue94.9%
CMYK percentages
Cyan15.3%
Magenta20.7%
Yellow0.0%
Key (black)5.1%
Color previews
#cdc0f2 text on a black background
contrast 12.42:1
Card sample
#cdc0f2 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc0f2;
Background color
Panel with #cdc0f2 background
background-color: #cdc0f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc0f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 192, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 192, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc0f2; background: linear-gradient(135deg, #cdc0f2, #EEC0F2);