#c3dfed
a light, vivid blue · cool · closest name: lavender
RGB
195, 223, 237
HSL
200°, 54%, 85%
CMYK
18, 6, 0, 7
Luminance
0.7049
Every format
| HEX | #c3dfed |
| RGB | rgb(195, 223, 237) |
| HSL | hsl(200, 54%, 85%) |
| CMYK | cmyk(18%, 6%, 0%, 7%) |
| LAB | lab(87.2 -6.3 -9.9) |
| LCH | lch(87.2 11.8 237.4) |
| OKLCH | oklch(0.887 0.035 229.3) |
Copy-ready code
/* CSS */
color: #c3dfed;
background-color: #c3dfed;
/* Tailwind (arbitrary) */
class="text-[#c3dfed] bg-[#c3dfed]"
/* SCSS */
$brand: #c3dfed;
/* SwiftUI */
Color(red: 0.765, green: 0.875, blue: 0.929)
/* Android */
Color.parseColor("#c3dfed")Accessibility — WCAG contrast
Aa
#c3dfed on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3dfed on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green87.5%
Blue92.9%
CMYK percentages
Cyan17.7%
Magenta5.9%
Yellow0.0%
Key (black)7.1%
Color previews
#c3dfed text on a black background
contrast 15.10:1
Card sample
#c3dfed text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3dfed;
Background color
Panel with #c3dfed background
background-color: #c3dfed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3dfed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 223, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 223, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3dfed; background: linear-gradient(135deg, #c3dfed, #C3C3ED);