#c3ddf8
a pale, electric blue · cool · closest name: lavender
RGB
195, 221, 248
HSL
211°, 79%, 87%
CMYK
21, 11, 0, 3
Luminance
0.7009
Every format
| HEX | #c3ddf8 |
| RGB | rgb(195, 221, 248) |
| HSL | hsl(211, 79%, 87%) |
| CMYK | cmyk(21%, 11%, 0%, 3%) |
| LAB | lab(87.0 -3.0 -16.0) |
| LCH | lch(87.0 16.3 259.6) |
| OKLCH | oklch(0.887 0.046 249.3) |
Copy-ready code
/* CSS */
color: #c3ddf8;
background-color: #c3ddf8;
/* Tailwind (arbitrary) */
class="text-[#c3ddf8] bg-[#c3ddf8]"
/* SCSS */
$brand: #c3ddf8;
/* SwiftUI */
Color(red: 0.765, green: 0.867, blue: 0.973)
/* Android */
Color.parseColor("#c3ddf8")Accessibility — WCAG contrast
Aa
#c3ddf8 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ddf8 on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green86.7%
Blue97.3%
CMYK percentages
Cyan21.4%
Magenta10.9%
Yellow0.0%
Key (black)2.7%
Color previews
#c3ddf8 text on a black background
contrast 15.02:1
Card sample
#c3ddf8 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ddf8;
Background color
Panel with #c3ddf8 background
background-color: #c3ddf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ddf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 221, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 221, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ddf8; background: linear-gradient(135deg, #c3ddf8, #CDC3F8);