#c2c0eb
a light, vivid blue · warm · closest name: lavender
RGB
194, 192, 235
HSL
243°, 52%, 84%
CMYK
17, 18, 0, 8
Luminance
0.5517
Every format
| HEX | #c2c0eb |
| RGB | rgb(194, 192, 235) |
| HSL | hsl(243, 52%, 84%) |
| CMYK | cmyk(17%, 18%, 0%, 8%) |
| LAB | lab(79.1 9.3 -21.0) |
| LCH | lch(79.1 23.0 293.9) |
| OKLCH | oklch(0.824 0.060 287.1) |
Copy-ready code
/* CSS */
color: #c2c0eb;
background-color: #c2c0eb;
/* Tailwind (arbitrary) */
class="text-[#c2c0eb] bg-[#c2c0eb]"
/* SCSS */
$brand: #c2c0eb;
/* SwiftUI */
Color(red: 0.761, green: 0.753, blue: 0.922)
/* Android */
Color.parseColor("#c2c0eb")Accessibility — WCAG contrast
Aa
#c2c0eb on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c0eb on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green75.3%
Blue92.2%
CMYK percentages
Cyan17.4%
Magenta18.3%
Yellow0.0%
Key (black)7.8%
Color previews
#c2c0eb text on a black background
contrast 12.03:1
Card sample
#c2c0eb text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c0eb;
Background color
Panel with #c2c0eb background
background-color: #c2c0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 192, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 192, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c0eb; background: linear-gradient(135deg, #c2c0eb, #DFC0EB);