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