#cbbcfc
a pale, electric blue · warm · closest name: plum
RGB
203, 188, 252
HSL
254°, 91%, 86%
CMYK
19, 25, 0, 1
Luminance
0.5569
Every format
| HEX | #cbbcfc |
| RGB | rgb(203, 188, 252) |
| HSL | hsl(254, 91%, 86%) |
| CMYK | cmyk(19%, 25%, 0%, 1%) |
| LAB | lab(79.4 18.0 -29.6) |
| LCH | lch(79.4 34.7 301.2) |
| OKLCH | oklch(0.830 0.090 295.1) |
Copy-ready code
/* CSS */
color: #cbbcfc;
background-color: #cbbcfc;
/* Tailwind (arbitrary) */
class="text-[#cbbcfc] bg-[#cbbcfc]"
/* SCSS */
$brand: #cbbcfc;
/* SwiftUI */
Color(red: 0.796, green: 0.737, blue: 0.988)
/* Android */
Color.parseColor("#cbbcfc")Accessibility — WCAG contrast
Aa
#cbbcfc on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbcfc on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green73.7%
Blue98.8%
CMYK percentages
Cyan19.4%
Magenta25.4%
Yellow0.0%
Key (black)1.2%
Color previews
#cbbcfc text on a black background
contrast 12.14:1
Card sample
#cbbcfc text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbcfc;
Background color
Panel with #cbbcfc background
background-color: #cbbcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 188, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 188, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbcfc; background: linear-gradient(135deg, #cbbcfc, #F6BCFC);