#c3dff3
a pale, vivid blue · cool · closest name: lavender
RGB
195, 223, 243
HSL
205°, 67%, 86%
CMYK
20, 8, 0, 5
Luminance
0.7085
Every format
| HEX | #c3dff3 |
| RGB | rgb(195, 223, 243) |
| HSL | hsl(205, 67%, 86%) |
| CMYK | cmyk(20%, 8%, 0%, 5%) |
| LAB | lab(87.4 -5.1 -12.8) |
| LCH | lch(87.4 13.8 248.4) |
| OKLCH | oklch(0.889 0.041 239.0) |
Copy-ready code
/* CSS */
color: #c3dff3;
background-color: #c3dff3;
/* Tailwind (arbitrary) */
class="text-[#c3dff3] bg-[#c3dff3]"
/* SCSS */
$brand: #c3dff3;
/* SwiftUI */
Color(red: 0.765, green: 0.875, blue: 0.953)
/* Android */
Color.parseColor("#c3dff3")Accessibility — WCAG contrast
Aa
#c3dff3 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3dff3 on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green87.5%
Blue95.3%
CMYK percentages
Cyan19.8%
Magenta8.2%
Yellow0.0%
Key (black)4.7%
Color previews
#c3dff3 text on a black background
contrast 15.17:1
Card sample
#c3dff3 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3dff3;
Background color
Panel with #c3dff3 background
background-color: #c3dff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3dff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 223, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 223, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3dff3; background: linear-gradient(135deg, #c3dff3, #C7C3F3);