#cbbaf6
a light, electric violet · warm · closest name: plum
RGB
203, 186, 246
HSL
257°, 77%, 85%
CMYK
18, 24, 0, 4
Luminance
0.5447
Every format
| HEX | #cbbaf6 |
| RGB | rgb(203, 186, 246) |
| HSL | hsl(257, 77%, 85%) |
| CMYK | cmyk(18%, 24%, 0%, 4%) |
| LAB | lab(78.7 17.8 -27.5) |
| LCH | lch(78.7 32.7 302.8) |
| OKLCH | oklch(0.824 0.085 297.5) |
Copy-ready code
/* CSS */
color: #cbbaf6;
background-color: #cbbaf6;
/* Tailwind (arbitrary) */
class="text-[#cbbaf6] bg-[#cbbaf6]"
/* SCSS */
$brand: #cbbaf6;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.965)
/* Android */
Color.parseColor("#cbbaf6")Accessibility — WCAG contrast
Aa
#cbbaf6 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbaf6 on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue96.5%
CMYK percentages
Cyan17.5%
Magenta24.4%
Yellow0.0%
Key (black)3.5%
Color previews
#cbbaf6 text on a black background
contrast 11.89:1
Card sample
#cbbaf6 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbaf6;
Background color
Panel with #cbbaf6 background
background-color: #cbbaf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbaf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbaf6; background: linear-gradient(135deg, #cbbaf6, #F3BAF6);