#cbbdf8
a pale, electric blue · warm · closest name: plum
RGB
203, 189, 248
HSL
254°, 81%, 86%
CMYK
18, 24, 0, 3
Luminance
0.5587
Every format
| HEX | #cbbdf8 |
| RGB | rgb(203, 189, 248) |
| HSL | hsl(254, 81%, 86%) |
| CMYK | cmyk(18%, 24%, 0%, 3%) |
| LAB | lab(79.5 16.6 -27.3) |
| LCH | lch(79.5 32.0 301.2) |
| OKLCH | oklch(0.830 0.083 295.4) |
Copy-ready code
/* CSS */
color: #cbbdf8;
background-color: #cbbdf8;
/* Tailwind (arbitrary) */
class="text-[#cbbdf8] bg-[#cbbdf8]"
/* SCSS */
$brand: #cbbdf8;
/* SwiftUI */
Color(red: 0.796, green: 0.741, blue: 0.973)
/* Android */
Color.parseColor("#cbbdf8")Accessibility — WCAG contrast
Aa
#cbbdf8 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbdf8 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green74.1%
Blue97.3%
CMYK percentages
Cyan18.1%
Magenta23.8%
Yellow0.0%
Key (black)2.7%
Color previews
#cbbdf8 text on a black background
contrast 12.17:1
Card sample
#cbbdf8 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbdf8;
Background color
Panel with #cbbdf8 background
background-color: #cbbdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 189, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 189, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbdf8; background: linear-gradient(135deg, #cbbdf8, #F2BDF8);