#c2dfe9
a light, vivid cyan · cool · closest name: lavender
RGB
194, 223, 233
HSL
195°, 47%, 84%
CMYK
17, 4, 0, 9
Luminance
0.7013
Every format
| HEX | #c2dfe9 |
| RGB | rgb(194, 223, 233) |
| HSL | hsl(195, 47%, 84%) |
| CMYK | cmyk(17%, 4%, 0%, 9%) |
| LAB | lab(87.1 -7.5 -8.1) |
| LCH | lch(87.1 11.0 227.2) |
| OKLCH | oklch(0.885 0.034 220.6) |
Copy-ready code
/* CSS */
color: #c2dfe9;
background-color: #c2dfe9;
/* Tailwind (arbitrary) */
class="text-[#c2dfe9] bg-[#c2dfe9]"
/* SCSS */
$brand: #c2dfe9;
/* SwiftUI */
Color(red: 0.761, green: 0.875, blue: 0.914)
/* Android */
Color.parseColor("#c2dfe9")Accessibility — WCAG contrast
Aa
#c2dfe9 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2dfe9 on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green87.5%
Blue91.4%
CMYK percentages
Cyan16.7%
Magenta4.3%
Yellow0.0%
Key (black)8.6%
Color previews
#c2dfe9 text on a black background
contrast 15.03:1
Card sample
#c2dfe9 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2dfe9;
Background color
Panel with #c2dfe9 background
background-color: #c2dfe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2dfe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 223, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 223, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2dfe9; background: linear-gradient(135deg, #c2dfe9, #C2C5E9);