#cdcbee
a pale, vivid blue · warm · closest name: lavender
RGB
205, 203, 238
HSL
243°, 51%, 87%
CMYK
14, 15, 0, 7
Luminance
0.6186
Every format
| HEX | #cdcbee |
| RGB | rgb(205, 203, 238) |
| HSL | hsl(243, 51%, 87%) |
| CMYK | cmyk(14%, 15%, 0%, 7%) |
| LAB | lab(82.8 7.5 -17.0) |
| LCH | lch(82.8 18.6 293.9) |
| OKLCH | oklch(0.855 0.048 288.0) |
Copy-ready code
/* CSS */
color: #cdcbee;
background-color: #cdcbee;
/* Tailwind (arbitrary) */
class="text-[#cdcbee] bg-[#cdcbee]"
/* SCSS */
$brand: #cdcbee;
/* SwiftUI */
Color(red: 0.804, green: 0.796, blue: 0.933)
/* Android */
Color.parseColor("#cdcbee")Accessibility — WCAG contrast
Aa
#cdcbee on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcbee on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green79.6%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta14.7%
Yellow0.0%
Key (black)6.7%
Color previews
#cdcbee text on a black background
contrast 13.37:1
Card sample
#cdcbee text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcbee;
Background color
Panel with #cdcbee background
background-color: #cdcbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 203, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 203, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcbee; background: linear-gradient(135deg, #cdcbee, #E4CBEE);