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