#c3ddf4
a pale, vivid blue · cool · closest name: lavender
RGB
195, 221, 244
HSL
208°, 69%, 86%
CMYK
20, 9, 0, 4
Luminance
0.6985
Every format
| HEX | #c3ddf4 |
| RGB | rgb(195, 221, 244) |
| HSL | hsl(208, 69%, 86%) |
| CMYK | cmyk(20%, 9%, 0%, 4%) |
| LAB | lab(86.9 -3.8 -14.1) |
| LCH | lch(86.9 14.6 254.8) |
| OKLCH | oklch(0.886 0.042 245.0) |
Copy-ready code
/* CSS */
color: #c3ddf4;
background-color: #c3ddf4;
/* Tailwind (arbitrary) */
class="text-[#c3ddf4] bg-[#c3ddf4]"
/* SCSS */
$brand: #c3ddf4;
/* SwiftUI */
Color(red: 0.765, green: 0.867, blue: 0.957)
/* Android */
Color.parseColor("#c3ddf4")Accessibility — WCAG contrast
Aa
#c3ddf4 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ddf4 on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green86.7%
Blue95.7%
CMYK percentages
Cyan20.1%
Magenta9.4%
Yellow0.0%
Key (black)4.3%
Color previews
#c3ddf4 text on a black background
contrast 14.97:1
Card sample
#c3ddf4 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ddf4;
Background color
Panel with #c3ddf4 background
background-color: #c3ddf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ddf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 221, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 221, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ddf4; background: linear-gradient(135deg, #c3ddf4, #CAC3F4);