#c3cbee
a light, vivid blue · warm · closest name: lavender
RGB
195, 203, 238
HSL
229°, 56%, 85%
CMYK
18, 15, 0, 7
Luminance
0.6049
Every format
| HEX | #c3cbee |
| RGB | rgb(195, 203, 238) |
| HSL | hsl(229, 56%, 85%) |
| CMYK | cmyk(18%, 15%, 0%, 7%) |
| LAB | lab(82.1 4.4 -18.1) |
| LCH | lch(82.1 18.7 283.5) |
| OKLCH | oklch(0.847 0.050 275.2) |
Copy-ready code
/* CSS */
color: #c3cbee;
background-color: #c3cbee;
/* Tailwind (arbitrary) */
class="text-[#c3cbee] bg-[#c3cbee]"
/* SCSS */
$brand: #c3cbee;
/* SwiftUI */
Color(red: 0.765, green: 0.796, blue: 0.933)
/* Android */
Color.parseColor("#c3cbee")Accessibility — WCAG contrast
Aa
#c3cbee on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cbee on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green79.6%
Blue93.3%
CMYK percentages
Cyan18.1%
Magenta14.7%
Yellow0.0%
Key (black)6.7%
Color previews
#c3cbee text on a black background
contrast 13.10:1
Card sample
#c3cbee text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cbee;
Background color
Panel with #c3cbee background
background-color: #c3cbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 203, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 203, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cbee; background: linear-gradient(135deg, #c3cbee, #D8C3EE);