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