#cdbcee
a light, vivid violet · warm · closest name: plum
RGB
205, 188, 238
HSL
260°, 60%, 84%
CMYK
14, 21, 0, 7
Luminance
0.5512
Every format
| HEX | #cdbcee |
| RGB | rgb(205, 188, 238) |
| HSL | hsl(260, 60%, 84%) |
| CMYK | cmyk(14%, 21%, 0%, 7%) |
| LAB | lab(79.1 15.6 -22.6) |
| LCH | lch(79.1 27.5 304.6) |
| OKLCH | oklch(0.826 0.071 300.4) |
Copy-ready code
/* CSS */
color: #cdbcee;
background-color: #cdbcee;
/* Tailwind (arbitrary) */
class="text-[#cdbcee] bg-[#cdbcee]"
/* SCSS */
$brand: #cdbcee;
/* SwiftUI */
Color(red: 0.804, green: 0.737, blue: 0.933)
/* Android */
Color.parseColor("#cdbcee")Accessibility — WCAG contrast
Aa
#cdbcee on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbcee on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green73.7%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta21.0%
Yellow0.0%
Key (black)6.7%
Color previews
#cdbcee text on a black background
contrast 12.02:1
Card sample
#cdbcee text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbcee;
Background color
Panel with #cdbcee background
background-color: #cdbcee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbcee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 188, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 188, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbcee; background: linear-gradient(135deg, #cdbcee, #EEBCEE);