#cbbcf7
a pale, electric violet · warm · closest name: plum
RGB
203, 188, 247
HSL
255°, 79%, 85%
CMYK
18, 24, 0, 3
Luminance
0.5538
Every format
| HEX | #cbbcf7 |
| RGB | rgb(203, 188, 247) |
| HSL | hsl(255, 79%, 85%) |
| CMYK | cmyk(18%, 24%, 0%, 3%) |
| LAB | lab(79.3 16.9 -27.2) |
| LCH | lch(79.3 32.0 301.8) |
| OKLCH | oklch(0.828 0.083 296.2) |
Copy-ready code
/* CSS */
color: #cbbcf7;
background-color: #cbbcf7;
/* Tailwind (arbitrary) */
class="text-[#cbbcf7] bg-[#cbbcf7]"
/* SCSS */
$brand: #cbbcf7;
/* SwiftUI */
Color(red: 0.796, green: 0.737, blue: 0.969)
/* Android */
Color.parseColor("#cbbcf7")Accessibility — WCAG contrast
Aa
#cbbcf7 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbcf7 on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green73.7%
Blue96.9%
CMYK percentages
Cyan17.8%
Magenta23.9%
Yellow0.0%
Key (black)3.1%
Color previews
#cbbcf7 text on a black background
contrast 12.08:1
Card sample
#cbbcf7 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbcf7;
Background color
Panel with #cbbcf7 background
background-color: #cbbcf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbcf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 188, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 188, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbcf7; background: linear-gradient(135deg, #cbbcf7, #F2BCF7);