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