#c2dafe
a pale, electric blue · cool · closest name: lavender
RGB
194, 218, 254
HSL
216°, 97%, 88%
CMYK
24, 14, 0, 0
Luminance
0.6877
Every format
| HEX | #c2dafe |
| RGB | rgb(194, 218, 254) |
| HSL | hsl(216, 97%, 88%) |
| CMYK | cmyk(24%, 14%, 0%, 0%) |
| LAB | lab(86.4 -0.3 -20.2) |
| LCH | lch(86.4 20.2 269.0) |
| OKLCH | oklch(0.882 0.056 258.4) |
Copy-ready code
/* CSS */
color: #c2dafe;
background-color: #c2dafe;
/* Tailwind (arbitrary) */
class="text-[#c2dafe] bg-[#c2dafe]"
/* SCSS */
$brand: #c2dafe;
/* SwiftUI */
Color(red: 0.761, green: 0.855, blue: 0.996)
/* Android */
Color.parseColor("#c2dafe")Accessibility — WCAG contrast
Aa
#c2dafe on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2dafe on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green85.5%
Blue99.6%
CMYK percentages
Cyan23.6%
Magenta14.2%
Yellow0.0%
Key (black)0.4%
Color previews
#c2dafe text on a black background
contrast 14.75:1
Card sample
#c2dafe text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2dafe;
Background color
Panel with #c2dafe background
background-color: #c2dafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2dafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 218, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 218, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2dafe; background: linear-gradient(135deg, #c2dafe, #D2C2FE);