#cdb0f4
a light, electric violet · warm · closest name: plum
RGB
205, 176, 244
HSL
266°, 76%, 82%
CMYK
16, 28, 0, 4
Luminance
0.5056
Every format
| HEX | #cdb0f4 |
| RGB | rgb(205, 176, 244) |
| HSL | hsl(266, 76%, 82%) |
| CMYK | cmyk(16%, 28%, 0%, 4%) |
| LAB | lab(76.4 23.4 -30.0) |
| LCH | lch(76.4 38.0 308.0) |
| OKLCH | oklch(0.806 0.099 303.8) |
Copy-ready code
/* CSS */
color: #cdb0f4;
background-color: #cdb0f4;
/* Tailwind (arbitrary) */
class="text-[#cdb0f4] bg-[#cdb0f4]"
/* SCSS */
$brand: #cdb0f4;
/* SwiftUI */
Color(red: 0.804, green: 0.690, blue: 0.957)
/* Android */
Color.parseColor("#cdb0f4")Accessibility — WCAG contrast
Aa
#cdb0f4 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb0f4 on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green69.0%
Blue95.7%
CMYK percentages
Cyan16.0%
Magenta27.9%
Yellow0.0%
Key (black)4.3%
Color previews
#cdb0f4 text on a black background
contrast 11.11:1
Card sample
#cdb0f4 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb0f4;
Background color
Panel with #cdb0f4 background
background-color: #cdb0f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb0f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 176, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 176, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb0f4; background: linear-gradient(135deg, #cdb0f4, #F4B0EE);