#c9bdee
a light, vivid blue · warm · closest name: plum
RGB
201, 189, 238
HSL
255°, 59%, 84%
CMYK
16, 21, 0, 7
Luminance
0.5499
Every format
| HEX | #c9bdee |
| RGB | rgb(201, 189, 238) |
| HSL | hsl(255, 59%, 84%) |
| CMYK | cmyk(16%, 21%, 0%, 7%) |
| LAB | lab(79.0 13.8 -22.8) |
| LCH | lch(79.0 26.6 301.2) |
| OKLCH | oklch(0.825 0.069 296.1) |
Copy-ready code
/* CSS */
color: #c9bdee;
background-color: #c9bdee;
/* Tailwind (arbitrary) */
class="text-[#c9bdee] bg-[#c9bdee]"
/* SCSS */
$brand: #c9bdee;
/* SwiftUI */
Color(red: 0.788, green: 0.741, blue: 0.933)
/* Android */
Color.parseColor("#c9bdee")Accessibility — WCAG contrast
Aa
#c9bdee on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9bdee on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green74.1%
Blue93.3%
CMYK percentages
Cyan15.5%
Magenta20.6%
Yellow0.0%
Key (black)6.7%
Color previews
#c9bdee text on a black background
contrast 12.00:1
Card sample
#c9bdee text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9bdee;
Background color
Panel with #c9bdee background
background-color: #c9bdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9bdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 189, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 189, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9bdee; background: linear-gradient(135deg, #c9bdee, #EABDEE);