#cbc0fc
a pale, electric blue · warm · closest name: plum
RGB
203, 192, 252
HSL
251°, 91%, 87%
CMYK
19, 24, 0, 1
Luminance
0.5742
Every format
| HEX | #cbc0fc |
| RGB | rgb(203, 192, 252) |
| HSL | hsl(251, 91%, 87%) |
| CMYK | cmyk(19%, 24%, 0%, 1%) |
| LAB | lab(80.4 15.8 -28.1) |
| LCH | lch(80.4 32.3 299.3) |
| OKLCH | oklch(0.837 0.084 292.9) |
Copy-ready code
/* CSS */
color: #cbc0fc;
background-color: #cbc0fc;
/* Tailwind (arbitrary) */
class="text-[#cbc0fc] bg-[#cbc0fc]"
/* SCSS */
$brand: #cbc0fc;
/* SwiftUI */
Color(red: 0.796, green: 0.753, blue: 0.988)
/* Android */
Color.parseColor("#cbc0fc")Accessibility — WCAG contrast
Aa
#cbc0fc on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc0fc on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green75.3%
Blue98.8%
CMYK percentages
Cyan19.4%
Magenta23.8%
Yellow0.0%
Key (black)1.2%
Color previews
#cbc0fc text on a black background
contrast 12.48:1
Card sample
#cbc0fc text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc0fc;
Background color
Panel with #cbc0fc background
background-color: #cbc0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 192, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 192, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc0fc; background: linear-gradient(135deg, #cbc0fc, #F3C0FC);