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