#c3dcef
a pale, vivid blue · cool · closest name: lavender
RGB
195, 220, 239
HSL
206°, 58%, 85%
CMYK
18, 8, 0, 6
Luminance
0.6902
Every format
| HEX | #c3dcef |
| RGB | rgb(195, 220, 239) |
| HSL | hsl(206, 58%, 85%) |
| CMYK | cmyk(18%, 8%, 0%, 6%) |
| LAB | lab(86.5 -4.4 -12.1) |
| LCH | lch(86.5 12.8 250.1) |
| OKLCH | oklch(0.882 0.037 240.7) |
Copy-ready code
/* CSS */
color: #c3dcef;
background-color: #c3dcef;
/* Tailwind (arbitrary) */
class="text-[#c3dcef] bg-[#c3dcef]"
/* SCSS */
$brand: #c3dcef;
/* SwiftUI */
Color(red: 0.765, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#c3dcef")Accessibility — WCAG contrast
Aa
#c3dcef on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3dcef on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green86.3%
Blue93.7%
CMYK percentages
Cyan18.4%
Magenta7.9%
Yellow0.0%
Key (black)6.3%
Color previews
#c3dcef text on a black background
contrast 14.80:1
Card sample
#c3dcef text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3dcef;
Background color
Panel with #c3dcef background
background-color: #c3dcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3dcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3dcef; background: linear-gradient(135deg, #c3dcef, #C7C3EF);