#cdcbf4
a pale, vivid blue · warm · closest name: lavender
RGB
205, 203, 244
HSL
243°, 65%, 88%
CMYK
16, 17, 0, 4
Luminance
0.6222
Every format
| HEX | #cdcbf4 |
| RGB | rgb(205, 203, 244) |
| HSL | hsl(243, 65%, 88%) |
| CMYK | cmyk(16%, 17%, 0%, 4%) |
| LAB | lab(83.0 8.8 -19.9) |
| LCH | lch(83.0 21.7 293.8) |
| OKLCH | oklch(0.857 0.057 287.4) |
Copy-ready code
/* CSS */
color: #cdcbf4;
background-color: #cdcbf4;
/* Tailwind (arbitrary) */
class="text-[#cdcbf4] bg-[#cdcbf4]"
/* SCSS */
$brand: #cdcbf4;
/* SwiftUI */
Color(red: 0.804, green: 0.796, blue: 0.957)
/* Android */
Color.parseColor("#cdcbf4")Accessibility — WCAG contrast
Aa
#cdcbf4 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcbf4 on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green79.6%
Blue95.7%
CMYK percentages
Cyan16.0%
Magenta16.8%
Yellow0.0%
Key (black)4.3%
Color previews
#cdcbf4 text on a black background
contrast 13.44:1
Card sample
#cdcbf4 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcbf4;
Background color
Panel with #cdcbf4 background
background-color: #cdcbf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcbf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 203, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 203, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcbf4; background: linear-gradient(135deg, #cdcbf4, #E8CBF4);