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