#c3c2ec
a light, vivid blue · warm · closest name: lavender
RGB
195, 194, 236
HSL
241°, 53%, 84%
CMYK
17, 18, 0, 8
Luminance
0.5624
Every format
| HEX | #c3c2ec |
| RGB | rgb(195, 194, 236) |
| HSL | hsl(241, 53%, 84%) |
| CMYK | cmyk(17%, 18%, 0%, 8%) |
| LAB | lab(79.8 8.8 -20.6) |
| LCH | lch(79.8 22.4 293.0) |
| OKLCH | oklch(0.829 0.059 286.1) |
Copy-ready code
/* CSS */
color: #c3c2ec;
background-color: #c3c2ec;
/* Tailwind (arbitrary) */
class="text-[#c3c2ec] bg-[#c3c2ec]"
/* SCSS */
$brand: #c3c2ec;
/* SwiftUI */
Color(red: 0.765, green: 0.761, blue: 0.925)
/* Android */
Color.parseColor("#c3c2ec")Accessibility — WCAG contrast
Aa
#c3c2ec on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3c2ec on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green76.1%
Blue92.5%
CMYK percentages
Cyan17.4%
Magenta17.8%
Yellow0.0%
Key (black)7.5%
Color previews
#c3c2ec text on a black background
contrast 12.25:1
Card sample
#c3c2ec text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3c2ec;
Background color
Panel with #c3c2ec background
background-color: #c3c2ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3c2ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 194, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 194, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3c2ec; background: linear-gradient(135deg, #c3c2ec, #DFC2EC);