#c3dfeb
a light, vivid cyan · cool · closest name: lavender
RGB
195, 223, 235
HSL
198°, 50%, 84%
CMYK
17, 5, 0, 8
Luminance
0.7038
Every format
| HEX | #c3dfeb |
| RGB | rgb(195, 223, 235) |
| HSL | hsl(198, 50%, 84%) |
| CMYK | cmyk(17%, 5%, 0%, 8%) |
| LAB | lab(87.2 -6.8 -9.0) |
| LCH | lch(87.2 11.2 233.0) |
| OKLCH | oklch(0.887 0.034 225.5) |
Copy-ready code
/* CSS */
color: #c3dfeb;
background-color: #c3dfeb;
/* Tailwind (arbitrary) */
class="text-[#c3dfeb] bg-[#c3dfeb]"
/* SCSS */
$brand: #c3dfeb;
/* SwiftUI */
Color(red: 0.765, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#c3dfeb")Accessibility — WCAG contrast
Aa
#c3dfeb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3dfeb on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green87.5%
Blue92.2%
CMYK percentages
Cyan17.0%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c3dfeb text on a black background
contrast 15.08:1
Card sample
#c3dfeb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3dfeb;
Background color
Panel with #c3dfeb background
background-color: #c3dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3dfeb; background: linear-gradient(135deg, #c3dfeb, #C3C4EB);