#c3ddf0
a pale, vivid blue · cool · closest name: lavender
RGB
195, 221, 240
HSL
205°, 60%, 85%
CMYK
19, 8, 0, 6
Luminance
0.6961
Every format
| HEX | #c3ddf0 |
| RGB | rgb(195, 221, 240) |
| HSL | hsl(205, 60%, 85%) |
| CMYK | cmyk(19%, 8%, 0%, 6%) |
| LAB | lab(86.8 -4.7 -12.2) |
| LCH | lch(86.8 13.0 249.0) |
| OKLCH | oklch(0.884 0.038 239.6) |
Copy-ready code
/* CSS */
color: #c3ddf0;
background-color: #c3ddf0;
/* Tailwind (arbitrary) */
class="text-[#c3ddf0] bg-[#c3ddf0]"
/* SCSS */
$brand: #c3ddf0;
/* SwiftUI */
Color(red: 0.765, green: 0.867, blue: 0.941)
/* Android */
Color.parseColor("#c3ddf0")Accessibility — WCAG contrast
Aa
#c3ddf0 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ddf0 on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green86.7%
Blue94.1%
CMYK percentages
Cyan18.8%
Magenta7.9%
Yellow0.0%
Key (black)5.9%
Color previews
#c3ddf0 text on a black background
contrast 14.92:1
Card sample
#c3ddf0 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ddf0;
Background color
Panel with #c3ddf0 background
background-color: #c3ddf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ddf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 221, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 221, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ddf0; background: linear-gradient(135deg, #c3ddf0, #C7C3F0);