#c3eceb
a light, vivid cyan · cool · closest name: white
RGB
195, 236, 235
HSL
179°, 52%, 85%
CMYK
17, 0, 0, 8
Luminance
0.7759
Every format
| HEX | #c3eceb |
| RGB | rgb(195, 236, 235) |
| HSL | hsl(179, 52%, 85%) |
| CMYK | cmyk(17%, 0%, 0%, 8%) |
| LAB | lab(90.6 -13.4 -3.9) |
| LCH | lch(90.6 13.9 196.3) |
| OKLCH | oklch(0.914 0.042 194.6) |
Copy-ready code
/* CSS */
color: #c3eceb;
background-color: #c3eceb;
/* Tailwind (arbitrary) */
class="text-[#c3eceb] bg-[#c3eceb]"
/* SCSS */
$brand: #c3eceb;
/* SwiftUI */
Color(red: 0.765, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#c3eceb")Accessibility — WCAG contrast
Aa
#c3eceb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3eceb on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green92.5%
Blue92.2%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#c3eceb text on a black background
contrast 16.52:1
Card sample
#c3eceb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3eceb;
Background color
Panel with #c3eceb background
background-color: #c3eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3eceb; background: linear-gradient(135deg, #c3eceb, #C3D2EC);