#cdcbf0
a pale, vivid blue · warm · closest name: lavender
RGB
205, 203, 240
HSL
243°, 55%, 87%
CMYK
15, 15, 0, 6
Luminance
0.6198
Every format
| HEX | #cdcbf0 |
| RGB | rgb(205, 203, 240) |
| HSL | hsl(243, 55%, 87%) |
| CMYK | cmyk(15%, 15%, 0%, 6%) |
| LAB | lab(82.9 7.9 -17.9) |
| LCH | lch(82.9 19.6 293.8) |
| OKLCH | oklch(0.856 0.051 287.7) |
Copy-ready code
/* CSS */
color: #cdcbf0;
background-color: #cdcbf0;
/* Tailwind (arbitrary) */
class="text-[#cdcbf0] bg-[#cdcbf0]"
/* SCSS */
$brand: #cdcbf0;
/* SwiftUI */
Color(red: 0.804, green: 0.796, blue: 0.941)
/* Android */
Color.parseColor("#cdcbf0")Accessibility — WCAG contrast
Aa
#cdcbf0 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcbf0 on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green79.6%
Blue94.1%
CMYK percentages
Cyan14.6%
Magenta15.4%
Yellow0.0%
Key (black)5.9%
Color previews
#cdcbf0 text on a black background
contrast 13.40:1
Card sample
#cdcbf0 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcbf0;
Background color
Panel with #cdcbf0 background
background-color: #cdcbf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcbf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 203, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 203, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcbf0; background: linear-gradient(135deg, #cdcbf0, #E6CBF0);