#c2dfee
a light, vivid blue · cool · closest name: lavender
RGB
194, 223, 238
HSL
201°, 56%, 85%
CMYK
19, 6, 0, 7
Luminance
0.7042
Every format
| HEX | #c2dfee |
| RGB | rgb(194, 223, 238) |
| HSL | hsl(201, 56%, 85%) |
| CMYK | cmyk(19%, 6%, 0%, 7%) |
| LAB | lab(87.2 -6.4 -10.5) |
| LCH | lch(87.2 12.3 238.5) |
| OKLCH | oklch(0.887 0.037 230.2) |
Copy-ready code
/* CSS */
color: #c2dfee;
background-color: #c2dfee;
/* Tailwind (arbitrary) */
class="text-[#c2dfee] bg-[#c2dfee]"
/* SCSS */
$brand: #c2dfee;
/* SwiftUI */
Color(red: 0.761, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#c2dfee")Accessibility — WCAG contrast
Aa
#c2dfee on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2dfee on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green87.5%
Blue93.3%
CMYK percentages
Cyan18.5%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#c2dfee text on a black background
contrast 15.08:1
Card sample
#c2dfee text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2dfee;
Background color
Panel with #c2dfee background
background-color: #c2dfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2dfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2dfee; background: linear-gradient(135deg, #c2dfee, #C2C2EE);