#c2c5eb
a light, vivid blue · warm · closest name: lavender
RGB
194, 197, 235
HSL
236°, 51%, 84%
CMYK
17, 16, 0, 8
Luminance
0.5740
Every format
| HEX | #c2c5eb |
| RGB | rgb(194, 197, 235) |
| HSL | hsl(236, 51%, 84%) |
| CMYK | cmyk(17%, 16%, 0%, 8%) |
| LAB | lab(80.4 6.6 -19.1) |
| LCH | lch(80.4 20.2 289.1) |
| OKLCH | oklch(0.834 0.053 281.6) |
Copy-ready code
/* CSS */
color: #c2c5eb;
background-color: #c2c5eb;
/* Tailwind (arbitrary) */
class="text-[#c2c5eb] bg-[#c2c5eb]"
/* SCSS */
$brand: #c2c5eb;
/* SwiftUI */
Color(red: 0.761, green: 0.773, blue: 0.922)
/* Android */
Color.parseColor("#c2c5eb")Accessibility — WCAG contrast
Aa
#c2c5eb on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c5eb on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green77.3%
Blue92.2%
CMYK percentages
Cyan17.4%
Magenta16.2%
Yellow0.0%
Key (black)7.8%
Color previews
#c2c5eb text on a black background
contrast 12.48:1
Card sample
#c2c5eb text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c5eb;
Background color
Panel with #c2c5eb background
background-color: #c2c5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 197, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 197, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c5eb; background: linear-gradient(135deg, #c2c5eb, #DAC2EB);