#cbbcff
a pale, electric blue · warm · closest name: plum
RGB
203, 188, 255
HSL
253°, 100%, 87%
CMYK
20, 26, 0, 0
Luminance
0.5588
Every format
| HEX | #cbbcff |
| RGB | rgb(203, 188, 255) |
| HSL | hsl(253, 100%, 87%) |
| CMYK | cmyk(20%, 26%, 0%, 0%) |
| LAB | lab(79.5 18.6 -31.1) |
| LCH | lch(79.5 36.2 301.0) |
| OKLCH | oklch(0.831 0.094 294.5) |
Copy-ready code
/* CSS */
color: #cbbcff;
background-color: #cbbcff;
/* Tailwind (arbitrary) */
class="text-[#cbbcff] bg-[#cbbcff]"
/* SCSS */
$brand: #cbbcff;
/* SwiftUI */
Color(red: 0.796, green: 0.737, blue: 1.000)
/* Android */
Color.parseColor("#cbbcff")Accessibility — WCAG contrast
Aa
#cbbcff on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbcff on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green73.7%
Blue100.0%
CMYK percentages
Cyan20.4%
Magenta26.3%
Yellow0.0%
Key (black)0.0%
Color previews
#cbbcff text on a black background
contrast 12.18:1
Card sample
#cbbcff text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbcff;
Background color
Panel with #cbbcff background
background-color: #cbbcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 188, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 188, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbcff; background: linear-gradient(135deg, #cbbcff, #F8BCFF);