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