#cbbaf7
a light, electric violet · warm · closest name: plum
RGB
203, 186, 247
HSL
257°, 79%, 85%
CMYK
18, 25, 0, 3
Luminance
0.5453
Every format
| HEX | #cbbaf7 |
| RGB | rgb(203, 186, 247) |
| HSL | hsl(257, 79%, 85%) |
| CMYK | cmyk(18%, 25%, 0%, 3%) |
| LAB | lab(78.8 18.0 -28.0) |
| LCH | lch(78.8 33.3 302.7) |
| OKLCH | oklch(0.824 0.086 297.3) |
Copy-ready code
/* CSS */
color: #cbbaf7;
background-color: #cbbaf7;
/* Tailwind (arbitrary) */
class="text-[#cbbaf7] bg-[#cbbaf7]"
/* SCSS */
$brand: #cbbaf7;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.969)
/* Android */
Color.parseColor("#cbbaf7")Accessibility — WCAG contrast
Aa
#cbbaf7 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbaf7 on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue96.9%
CMYK percentages
Cyan17.8%
Magenta24.7%
Yellow0.0%
Key (black)3.1%
Color previews
#cbbaf7 text on a black background
contrast 11.91:1
Card sample
#cbbaf7 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbaf7;
Background color
Panel with #cbbaf7 background
background-color: #cbbaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbaf7; background: linear-gradient(135deg, #cbbaf7, #F4BAF7);