#c2dcff
a pale, electric blue · cool · closest name: lavender
RGB
194, 220, 255
HSL
214°, 100%, 88%
CMYK
24, 14, 0, 0
Luminance
0.6988
Every format
| HEX | #c2dcff |
| RGB | rgb(194, 220, 255) |
| HSL | hsl(214, 100%, 88%) |
| CMYK | cmyk(24%, 14%, 0%, 0%) |
| LAB | lab(86.9 -1.2 -19.9) |
| LCH | lch(86.9 19.9 266.6) |
| OKLCH | oklch(0.887 0.056 255.9) |
Copy-ready code
/* CSS */
color: #c2dcff;
background-color: #c2dcff;
/* Tailwind (arbitrary) */
class="text-[#c2dcff] bg-[#c2dcff]"
/* SCSS */
$brand: #c2dcff;
/* SwiftUI */
Color(red: 0.761, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#c2dcff")Accessibility — WCAG contrast
Aa
#c2dcff on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2dcff on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green86.3%
Blue100.0%
CMYK percentages
Cyan23.9%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#c2dcff text on a black background
contrast 14.98:1
Card sample
#c2dcff text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2dcff;
Background color
Panel with #c2dcff background
background-color: #c2dcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2dcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2dcff; background: linear-gradient(135deg, #c2dcff, #D0C2FF);