#c3ddf2
a pale, vivid blue · cool · closest name: lavender
RGB
195, 221, 242
HSL
207°, 64%, 86%
CMYK
19, 9, 0, 5
Luminance
0.6973
Every format
| HEX | #c3ddf2 |
| RGB | rgb(195, 221, 242) |
| HSL | hsl(207, 64%, 86%) |
| CMYK | cmyk(19%, 9%, 0%, 5%) |
| LAB | lab(86.9 -4.3 -13.1) |
| LCH | lch(86.9 13.8 252.1) |
| OKLCH | oklch(0.885 0.040 242.4) |
Copy-ready code
/* CSS */
color: #c3ddf2;
background-color: #c3ddf2;
/* Tailwind (arbitrary) */
class="text-[#c3ddf2] bg-[#c3ddf2]"
/* SCSS */
$brand: #c3ddf2;
/* SwiftUI */
Color(red: 0.765, green: 0.867, blue: 0.949)
/* Android */
Color.parseColor("#c3ddf2")Accessibility — WCAG contrast
Aa
#c3ddf2 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ddf2 on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green86.7%
Blue94.9%
CMYK percentages
Cyan19.4%
Magenta8.7%
Yellow0.0%
Key (black)5.1%
Color previews
#c3ddf2 text on a black background
contrast 14.95:1
Card sample
#c3ddf2 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ddf2;
Background color
Panel with #c3ddf2 background
background-color: #c3ddf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ddf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 221, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 221, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ddf2; background: linear-gradient(135deg, #c3ddf2, #C8C3F2);