#c5bceb
a light, vivid blue · warm · closest name: lavender
RGB
197, 188, 235
HSL
252°, 54%, 83%
CMYK
16, 20, 0, 8
Luminance
0.5383
Every format
| HEX | #c5bceb |
| RGB | rgb(197, 188, 235) |
| HSL | hsl(252, 54%, 83%) |
| CMYK | cmyk(16%, 20%, 0%, 8%) |
| LAB | lab(78.4 12.4 -22.2) |
| LCH | lch(78.4 25.4 299.2) |
| OKLCH | oklch(0.818 0.066 293.7) |
Copy-ready code
/* CSS */
color: #c5bceb;
background-color: #c5bceb;
/* Tailwind (arbitrary) */
class="text-[#c5bceb] bg-[#c5bceb]"
/* SCSS */
$brand: #c5bceb;
/* SwiftUI */
Color(red: 0.773, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#c5bceb")Accessibility — WCAG contrast
Aa
#c5bceb on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5bceb on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green73.7%
Blue92.2%
CMYK percentages
Cyan16.2%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#c5bceb text on a black background
contrast 11.77:1
Card sample
#c5bceb text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5bceb;
Background color
Panel with #c5bceb background
background-color: #c5bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5bceb; background: linear-gradient(135deg, #c5bceb, #E4BCEB);