#c4bdee
a light, vivid blue · warm · closest name: lavender
RGB
196, 189, 238
HSL
249°, 59%, 84%
CMYK
18, 21, 0, 7
Luminance
0.5430
Every format
| HEX | #c4bdee |
| RGB | rgb(196, 189, 238) |
| HSL | hsl(249, 59%, 84%) |
| CMYK | cmyk(18%, 21%, 0%, 7%) |
| LAB | lab(78.6 12.2 -23.4) |
| LCH | lch(78.6 26.4 297.6) |
| OKLCH | oklch(0.820 0.069 291.4) |
Copy-ready code
/* CSS */
color: #c4bdee;
background-color: #c4bdee;
/* Tailwind (arbitrary) */
class="text-[#c4bdee] bg-[#c4bdee]"
/* SCSS */
$brand: #c4bdee;
/* SwiftUI */
Color(red: 0.769, green: 0.741, blue: 0.933)
/* Android */
Color.parseColor("#c4bdee")Accessibility — WCAG contrast
Aa
#c4bdee on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4bdee on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green74.1%
Blue93.3%
CMYK percentages
Cyan17.6%
Magenta20.6%
Yellow0.0%
Key (black)6.7%
Color previews
#c4bdee text on a black background
contrast 11.86:1
Card sample
#c4bdee text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4bdee;
Background color
Panel with #c4bdee background
background-color: #c4bdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4bdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 189, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 189, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4bdee; background: linear-gradient(135deg, #c4bdee, #E5BDEE);