#cbbcee
a light, vivid violet · warm · closest name: plum
RGB
203, 188, 238
HSL
258°, 60%, 84%
CMYK
15, 21, 0, 7
Luminance
0.5484
Every format
| HEX | #cbbcee |
| RGB | rgb(203, 188, 238) |
| HSL | hsl(258, 60%, 84%) |
| CMYK | cmyk(15%, 21%, 0%, 7%) |
| LAB | lab(79.0 14.9 -22.9) |
| LCH | lch(79.0 27.3 303.2) |
| OKLCH | oklch(0.824 0.071 298.6) |
Copy-ready code
/* CSS */
color: #cbbcee;
background-color: #cbbcee;
/* Tailwind (arbitrary) */
class="text-[#cbbcee] bg-[#cbbcee]"
/* SCSS */
$brand: #cbbcee;
/* SwiftUI */
Color(red: 0.796, green: 0.737, blue: 0.933)
/* Android */
Color.parseColor("#cbbcee")Accessibility — WCAG contrast
Aa
#cbbcee on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbcee on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green73.7%
Blue93.3%
CMYK percentages
Cyan14.7%
Magenta21.0%
Yellow0.0%
Key (black)6.7%
Color previews
#cbbcee text on a black background
contrast 11.97:1
Card sample
#cbbcee text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbcee;
Background color
Panel with #cbbcee background
background-color: #cbbcee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbcee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 188, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 188, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbcee; background: linear-gradient(135deg, #cbbcee, #ECBCEE);