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