#c3deee
a light, vivid blue · cool · closest name: lavender
RGB
195, 222, 238
HSL
202°, 56%, 85%
CMYK
18, 7, 0, 7
Luminance
0.7002
Every format
| HEX | #c3deee |
| RGB | rgb(195, 222, 238) |
| HSL | hsl(202, 56%, 85%) |
| CMYK | cmyk(18%, 7%, 0%, 7%) |
| LAB | lab(87.0 -5.6 -10.8) |
| LCH | lch(87.0 12.2 242.6) |
| OKLCH | oklch(0.886 0.036 233.8) |
Copy-ready code
/* CSS */
color: #c3deee;
background-color: #c3deee;
/* Tailwind (arbitrary) */
class="text-[#c3deee] bg-[#c3deee]"
/* SCSS */
$brand: #c3deee;
/* SwiftUI */
Color(red: 0.765, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#c3deee")Accessibility — WCAG contrast
Aa
#c3deee on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3deee on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green87.1%
Blue93.3%
CMYK percentages
Cyan18.1%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#c3deee text on a black background
contrast 15.00:1
Card sample
#c3deee text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3deee;
Background color
Panel with #c3deee background
background-color: #c3deee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3deee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3deee; background: linear-gradient(135deg, #c3deee, #C5C3EE);