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