#c3dbeb
a light, vivid blue · cool · closest name: lavender
RGB
195, 219, 235
HSL
204°, 50%, 84%
CMYK
17, 7, 0, 8
Luminance
0.6826
Every format
| HEX | #c3dbeb |
| RGB | rgb(195, 219, 235) |
| HSL | hsl(204, 50%, 84%) |
| CMYK | cmyk(17%, 7%, 0%, 8%) |
| LAB | lab(86.1 -4.7 -10.5) |
| LCH | lch(86.1 11.5 246.0) |
| OKLCH | oklch(0.879 0.034 237.0) |
Copy-ready code
/* CSS */
color: #c3dbeb;
background-color: #c3dbeb;
/* Tailwind (arbitrary) */
class="text-[#c3dbeb] bg-[#c3dbeb]"
/* SCSS */
$brand: #c3dbeb;
/* SwiftUI */
Color(red: 0.765, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#c3dbeb")Accessibility — WCAG contrast
Aa
#c3dbeb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3dbeb on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green85.9%
Blue92.2%
CMYK percentages
Cyan17.0%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#c3dbeb text on a black background
contrast 14.65:1
Card sample
#c3dbeb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3dbeb;
Background color
Panel with #c3dbeb background
background-color: #c3dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3dbeb; background: linear-gradient(135deg, #c3dbeb, #C6C3EB);