#cbc6ff
a pale, electric blue · warm · closest name: plum
RGB
203, 198, 255
HSL
245°, 100%, 89%
CMYK
20, 22, 0, 0
Luminance
0.6030
Every format
| HEX | #cbc6ff |
| RGB | rgb(203, 198, 255) |
| HSL | hsl(245, 100%, 89%) |
| CMYK | cmyk(20%, 22%, 0%, 0%) |
| LAB | lab(82.0 13.2 -27.3) |
| LCH | lch(82.0 30.3 295.8) |
| OKLCH | oklch(0.850 0.079 288.6) |
Copy-ready code
/* CSS */
color: #cbc6ff;
background-color: #cbc6ff;
/* Tailwind (arbitrary) */
class="text-[#cbc6ff] bg-[#cbc6ff]"
/* SCSS */
$brand: #cbc6ff;
/* SwiftUI */
Color(red: 0.796, green: 0.776, blue: 1.000)
/* Android */
Color.parseColor("#cbc6ff")Accessibility — WCAG contrast
Aa
#cbc6ff on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc6ff on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green77.6%
Blue100.0%
CMYK percentages
Cyan20.4%
Magenta22.4%
Yellow0.0%
Key (black)0.0%
Color previews
#cbc6ff text on a black background
contrast 13.06:1
Card sample
#cbc6ff text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc6ff;
Background color
Panel with #cbc6ff background
background-color: #cbc6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 198, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 198, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc6ff; background: linear-gradient(135deg, #cbc6ff, #F1C6FF);