#c3ddf6
a pale, vivid blue · cool · closest name: lavender
RGB
195, 221, 246
HSL
209°, 74%, 87%
CMYK
21, 10, 0, 4
Luminance
0.6997
Every format
| HEX | #c3ddf6 |
| RGB | rgb(195, 221, 246) |
| HSL | hsl(209, 74%, 87%) |
| CMYK | cmyk(21%, 10%, 0%, 4%) |
| LAB | lab(87.0 -3.4 -15.1) |
| LCH | lch(87.0 15.4 257.4) |
| OKLCH | oklch(0.886 0.044 247.3) |
Copy-ready code
/* CSS */
color: #c3ddf6;
background-color: #c3ddf6;
/* Tailwind (arbitrary) */
class="text-[#c3ddf6] bg-[#c3ddf6]"
/* SCSS */
$brand: #c3ddf6;
/* SwiftUI */
Color(red: 0.765, green: 0.867, blue: 0.965)
/* Android */
Color.parseColor("#c3ddf6")Accessibility — WCAG contrast
Aa
#c3ddf6 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ddf6 on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green86.7%
Blue96.5%
CMYK percentages
Cyan20.7%
Magenta10.2%
Yellow0.0%
Key (black)3.5%
Color previews
#c3ddf6 text on a black background
contrast 14.99:1
Card sample
#c3ddf6 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ddf6;
Background color
Panel with #c3ddf6 background
background-color: #c3ddf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ddf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 221, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 221, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ddf6; background: linear-gradient(135deg, #c3ddf6, #CBC3F6);