#cbbdfb
a pale, electric blue · warm · closest name: plum
RGB
203, 189, 251
HSL
254°, 89%, 86%
CMYK
19, 25, 0, 2
Luminance
0.5606
Every format
| HEX | #cbbdfb |
| RGB | rgb(203, 189, 251) |
| HSL | hsl(254, 89%, 86%) |
| CMYK | cmyk(19%, 25%, 0%, 2%) |
| LAB | lab(79.7 17.2 -28.8) |
| LCH | lch(79.7 33.5 300.9) |
| OKLCH | oklch(0.831 0.087 294.8) |
Copy-ready code
/* CSS */
color: #cbbdfb;
background-color: #cbbdfb;
/* Tailwind (arbitrary) */
class="text-[#cbbdfb] bg-[#cbbdfb]"
/* SCSS */
$brand: #cbbdfb;
/* SwiftUI */
Color(red: 0.796, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#cbbdfb")Accessibility — WCAG contrast
Aa
#cbbdfb on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbdfb on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green74.1%
Blue98.4%
CMYK percentages
Cyan19.1%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#cbbdfb text on a black background
contrast 12.21:1
Card sample
#cbbdfb text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbdfb;
Background color
Panel with #cbbdfb background
background-color: #cbbdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbdfb; background: linear-gradient(135deg, #cbbdfb, #F4BDFB);