#c2def2
a pale, vivid blue · cool · closest name: lavender
RGB
194, 222, 242
HSL
205°, 65%, 86%
CMYK
20, 8, 0, 5
Luminance
0.7012
Every format
| HEX | #c2def2 |
| RGB | rgb(194, 222, 242) |
| HSL | hsl(205, 65%, 86%) |
| CMYK | cmyk(20%, 8%, 0%, 5%) |
| LAB | lab(87.1 -5.1 -12.8) |
| LCH | lch(87.1 13.8 248.5) |
| OKLCH | oklch(0.886 0.041 239.0) |
Copy-ready code
/* CSS */
color: #c2def2;
background-color: #c2def2;
/* Tailwind (arbitrary) */
class="text-[#c2def2] bg-[#c2def2]"
/* SCSS */
$brand: #c2def2;
/* SwiftUI */
Color(red: 0.761, green: 0.871, blue: 0.949)
/* Android */
Color.parseColor("#c2def2")Accessibility — WCAG contrast
Aa
#c2def2 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2def2 on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green87.1%
Blue94.9%
CMYK percentages
Cyan19.8%
Magenta8.3%
Yellow0.0%
Key (black)5.1%
Color previews
#c2def2 text on a black background
contrast 15.02:1
Card sample
#c2def2 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2def2;
Background color
Panel with #c2def2 background
background-color: #c2def2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2def2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 222, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 222, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2def2; background: linear-gradient(135deg, #c2def2, #C6C2F2);