#cbbcf3
a light, vivid violet · warm · closest name: plum
RGB
203, 188, 243
HSL
256°, 70%, 85%
CMYK
17, 23, 0, 5
Luminance
0.5513
Every format
| HEX | #cbbcf3 |
| RGB | rgb(203, 188, 243) |
| HSL | hsl(256, 70%, 85%) |
| CMYK | cmyk(17%, 23%, 0%, 5%) |
| LAB | lab(79.1 16.0 -25.3) |
| LCH | lch(79.1 29.9 302.3) |
| OKLCH | oklch(0.826 0.078 297.2) |
Copy-ready code
/* CSS */
color: #cbbcf3;
background-color: #cbbcf3;
/* Tailwind (arbitrary) */
class="text-[#cbbcf3] bg-[#cbbcf3]"
/* SCSS */
$brand: #cbbcf3;
/* SwiftUI */
Color(red: 0.796, green: 0.737, blue: 0.953)
/* Android */
Color.parseColor("#cbbcf3")Accessibility — WCAG contrast
Aa
#cbbcf3 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbcf3 on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green73.7%
Blue95.3%
CMYK percentages
Cyan16.5%
Magenta22.6%
Yellow0.0%
Key (black)4.7%
Color previews
#cbbcf3 text on a black background
contrast 12.03:1
Card sample
#cbbcf3 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbcf3;
Background color
Panel with #cbbcf3 background
background-color: #cbbcf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbcf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 188, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 188, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbcf3; background: linear-gradient(135deg, #cbbcf3, #F0BCF3);