#cbc2fc
a pale, electric blue · warm · closest name: plum
RGB
203, 194, 252
HSL
249°, 91%, 88%
CMYK
19, 23, 0, 1
Luminance
0.5831
Every format
| HEX | #cbc2fc |
| RGB | rgb(203, 194, 252) |
| HSL | hsl(249, 91%, 88%) |
| CMYK | cmyk(19%, 23%, 0%, 1%) |
| LAB | lab(80.9 14.7 -27.4) |
| LCH | lch(80.9 31.1 298.3) |
| OKLCH | oklch(0.841 0.081 291.7) |
Copy-ready code
/* CSS */
color: #cbc2fc;
background-color: #cbc2fc;
/* Tailwind (arbitrary) */
class="text-[#cbc2fc] bg-[#cbc2fc]"
/* SCSS */
$brand: #cbc2fc;
/* SwiftUI */
Color(red: 0.796, green: 0.761, blue: 0.988)
/* Android */
Color.parseColor("#cbc2fc")Accessibility — WCAG contrast
Aa
#cbc2fc on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc2fc on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green76.1%
Blue98.8%
CMYK percentages
Cyan19.4%
Magenta23.0%
Yellow0.0%
Key (black)1.2%
Color previews
#cbc2fc text on a black background
contrast 12.66:1
Card sample
#cbc2fc text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc2fc;
Background color
Panel with #cbc2fc background
background-color: #cbc2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 194, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 194, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc2fc; background: linear-gradient(135deg, #cbc2fc, #F2C2FC);