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