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