#cbbef2
a light, vivid violet · warm · closest name: plum
RGB
203, 190, 242
HSL
255°, 67%, 85%
CMYK
16, 22, 0, 5
Luminance
0.5593
Every format
| HEX | #cbbef2 |
| RGB | rgb(203, 190, 242) |
| HSL | hsl(255, 67%, 85%) |
| CMYK | cmyk(16%, 22%, 0%, 5%) |
| LAB | lab(79.6 14.7 -24.1) |
| LCH | lch(79.6 28.2 301.4) |
| OKLCH | oklch(0.830 0.073 296.2) |
Copy-ready code
/* CSS */
color: #cbbef2;
background-color: #cbbef2;
/* Tailwind (arbitrary) */
class="text-[#cbbef2] bg-[#cbbef2]"
/* SCSS */
$brand: #cbbef2;
/* SwiftUI */
Color(red: 0.796, green: 0.745, blue: 0.949)
/* Android */
Color.parseColor("#cbbef2")Accessibility — WCAG contrast
Aa
#cbbef2 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbef2 on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green74.5%
Blue94.9%
CMYK percentages
Cyan16.1%
Magenta21.5%
Yellow0.0%
Key (black)5.1%
Color previews
#cbbef2 text on a black background
contrast 12.19:1
Card sample
#cbbef2 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbef2;
Background color
Panel with #cbbef2 background
background-color: #cbbef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 190, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 190, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbef2; background: linear-gradient(135deg, #cbbef2, #EEBEF2);