#cdcbf7
a pale, vivid blue · warm · closest name: lavender
RGB
205, 203, 247
HSL
243°, 73%, 88%
CMYK
17, 18, 0, 3
Luminance
0.6241
Every format
| HEX | #cdcbf7 |
| RGB | rgb(205, 203, 247) |
| HSL | hsl(243, 73%, 88%) |
| CMYK | cmyk(17%, 18%, 0%, 3%) |
| LAB | lab(83.1 9.4 -21.3) |
| LCH | lch(83.1 23.3 293.8) |
| OKLCH | oklch(0.858 0.061 287.1) |
Copy-ready code
/* CSS */
color: #cdcbf7;
background-color: #cdcbf7;
/* Tailwind (arbitrary) */
class="text-[#cdcbf7] bg-[#cdcbf7]"
/* SCSS */
$brand: #cdcbf7;
/* SwiftUI */
Color(red: 0.804, green: 0.796, blue: 0.969)
/* Android */
Color.parseColor("#cdcbf7")Accessibility — WCAG contrast
Aa
#cdcbf7 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcbf7 on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green79.6%
Blue96.9%
CMYK percentages
Cyan17.0%
Magenta17.8%
Yellow0.0%
Key (black)3.1%
Color previews
#cdcbf7 text on a black background
contrast 13.48:1
Card sample
#cdcbf7 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcbf7;
Background color
Panel with #cdcbf7 background
background-color: #cdcbf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcbf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 203, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 203, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcbf7; background: linear-gradient(135deg, #cdcbf7, #EACBF7);