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