#cbbaff
a pale, electric blue · warm · closest name: plum
RGB
203, 186, 255
HSL
255°, 100%, 87%
CMYK
20, 27, 0, 0
Luminance
0.5503
Every format
| HEX | #cbbaff |
| RGB | rgb(203, 186, 255) |
| HSL | hsl(255, 100%, 87%) |
| CMYK | cmyk(20%, 27%, 0%, 0%) |
| LAB | lab(79.1 19.7 -31.8) |
| LCH | lch(79.1 37.4 301.8) |
| OKLCH | oklch(0.827 0.097 295.5) |
Copy-ready code
/* CSS */
color: #cbbaff;
background-color: #cbbaff;
/* Tailwind (arbitrary) */
class="text-[#cbbaff] bg-[#cbbaff]"
/* SCSS */
$brand: #cbbaff;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 1.000)
/* Android */
Color.parseColor("#cbbaff")Accessibility — WCAG contrast
Aa
#cbbaff on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbaff on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue100.0%
CMYK percentages
Cyan20.4%
Magenta27.1%
Yellow0.0%
Key (black)0.0%
Color previews
#cbbaff text on a black background
contrast 12.01:1
Card sample
#cbbaff text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbaff;
Background color
Panel with #cbbaff background
background-color: #cbbaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbaff; background: linear-gradient(135deg, #cbbaff, #F9BAFF);