#c2ecee
a light, vivid cyan · cool · closest name: white
RGB
194, 236, 238
HSL
183°, 56%, 85%
CMYK
19, 1, 0, 7
Luminance
0.7763
Every format
| HEX | #c2ecee |
| RGB | rgb(194, 236, 238) |
| HSL | hsl(183, 56%, 85%) |
| CMYK | cmyk(19%, 1%, 0%, 7%) |
| LAB | lab(90.6 -13.1 -5.5) |
| LCH | lch(90.6 14.2 202.7) |
| OKLCH | oklch(0.914 0.043 200.0) |
Copy-ready code
/* CSS */
color: #c2ecee;
background-color: #c2ecee;
/* Tailwind (arbitrary) */
class="text-[#c2ecee] bg-[#c2ecee]"
/* SCSS */
$brand: #c2ecee;
/* SwiftUI */
Color(red: 0.761, green: 0.925, blue: 0.933)
/* Android */
Color.parseColor("#c2ecee")Accessibility — WCAG contrast
Aa
#c2ecee on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ecee on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green92.5%
Blue93.3%
CMYK percentages
Cyan18.5%
Magenta0.8%
Yellow0.0%
Key (black)6.7%
Color previews
#c2ecee text on a black background
contrast 16.53:1
Card sample
#c2ecee text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ecee;
Background color
Panel with #c2ecee background
background-color: #c2ecee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ecee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 236, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 236, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ecee; background: linear-gradient(135deg, #c2ecee, #C2CFEE);