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