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