#cbbdfd
a pale, electric blue · warm · closest name: plum
RGB
203, 189, 253
HSL
253°, 94%, 87%
CMYK
20, 25, 0, 1
Luminance
0.5618
Every format
| HEX | #cbbdfd |
| RGB | rgb(203, 189, 253) |
| HSL | hsl(253, 94%, 87%) |
| CMYK | cmyk(20%, 25%, 0%, 1%) |
| LAB | lab(79.7 17.6 -29.7) |
| LCH | lch(79.7 34.6 300.7) |
| OKLCH | oklch(0.832 0.090 294.4) |
Copy-ready code
/* CSS */
color: #cbbdfd;
background-color: #cbbdfd;
/* Tailwind (arbitrary) */
class="text-[#cbbdfd] bg-[#cbbdfd]"
/* SCSS */
$brand: #cbbdfd;
/* SwiftUI */
Color(red: 0.796, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#cbbdfd")Accessibility — WCAG contrast
Aa
#cbbdfd on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbdfd on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green74.1%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#cbbdfd text on a black background
contrast 12.24:1
Card sample
#cbbdfd text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbdfd;
Background color
Panel with #cbbdfd background
background-color: #cbbdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbdfd; background: linear-gradient(135deg, #cbbdfd, #F6BDFD);