#c3ecdf
a light, vivid cyan · cool · closest name: beige
RGB
195, 236, 223
HSL
161°, 52%, 85%
CMYK
17, 0, 6, 8
Luminance
0.7692
Every format
| HEX | #c3ecdf |
| RGB | rgb(195, 236, 223) |
| HSL | hsl(161, 52%, 85%) |
| CMYK | cmyk(17%, 0%, 6%, 8%) |
| LAB | lab(90.3 -15.8 1.9) |
| LCH | lch(90.3 15.9 173.1) |
| OKLCH | oklch(0.910 0.046 174.0) |
Copy-ready code
/* CSS */
color: #c3ecdf;
background-color: #c3ecdf;
/* Tailwind (arbitrary) */
class="text-[#c3ecdf] bg-[#c3ecdf]"
/* SCSS */
$brand: #c3ecdf;
/* SwiftUI */
Color(red: 0.765, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#c3ecdf")Accessibility — WCAG contrast
Aa
#c3ecdf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ecdf on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green92.5%
Blue87.5%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#c3ecdf text on a black background
contrast 16.38:1
Card sample
#c3ecdf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ecdf;
Background color
Panel with #c3ecdf background
background-color: #c3ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ecdf; background: linear-gradient(135deg, #c3ecdf, #C3DEEC);