#c2ddfd
a pale, electric blue · cool · closest name: lavender
RGB
194, 221, 253
HSL
213°, 94%, 88%
CMYK
23, 13, 0, 1
Luminance
0.7027
Every format
| HEX | #c2ddfd |
| RGB | rgb(194, 221, 253) |
| HSL | hsl(213, 94%, 88%) |
| CMYK | cmyk(23%, 13%, 0%, 1%) |
| LAB | lab(87.1 -2.1 -18.5) |
| LCH | lch(87.1 18.6 263.4) |
| OKLCH | oklch(0.888 0.053 252.8) |
Copy-ready code
/* CSS */
color: #c2ddfd;
background-color: #c2ddfd;
/* Tailwind (arbitrary) */
class="text-[#c2ddfd] bg-[#c2ddfd]"
/* SCSS */
$brand: #c2ddfd;
/* SwiftUI */
Color(red: 0.761, green: 0.867, blue: 0.992)
/* Android */
Color.parseColor("#c2ddfd")Accessibility — WCAG contrast
Aa
#c2ddfd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ddfd on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green86.7%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta12.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c2ddfd text on a black background
contrast 15.05:1
Card sample
#c2ddfd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ddfd;
Background color
Panel with #c2ddfd background
background-color: #c2ddfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ddfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 221, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 221, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ddfd; background: linear-gradient(135deg, #c2ddfd, #CEC2FD);