#cbc0fd
a pale, electric blue · warm · closest name: plum
RGB
203, 192, 253
HSL
251°, 94%, 87%
CMYK
20, 24, 0, 1
Luminance
0.5749
Every format
| HEX | #cbc0fd |
| RGB | rgb(203, 192, 253) |
| HSL | hsl(251, 94%, 87%) |
| CMYK | cmyk(20%, 24%, 0%, 1%) |
| LAB | lab(80.5 16.0 -28.6) |
| LCH | lch(80.5 32.8 299.2) |
| OKLCH | oklch(0.838 0.085 292.7) |
Copy-ready code
/* CSS */
color: #cbc0fd;
background-color: #cbc0fd;
/* Tailwind (arbitrary) */
class="text-[#cbc0fd] bg-[#cbc0fd]"
/* SCSS */
$brand: #cbc0fd;
/* SwiftUI */
Color(red: 0.796, green: 0.753, blue: 0.992)
/* Android */
Color.parseColor("#cbc0fd")Accessibility — WCAG contrast
Aa
#cbc0fd on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc0fd on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green75.3%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta24.1%
Yellow0.0%
Key (black)0.8%
Color previews
#cbc0fd text on a black background
contrast 12.50:1
Card sample
#cbc0fd text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc0fd;
Background color
Panel with #cbc0fd background
background-color: #cbc0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 192, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 192, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc0fd; background: linear-gradient(135deg, #cbc0fd, #F4C0FD);