#c2eef2
a pale, vivid cyan · cool · closest name: white
RGB
194, 238, 242
HSL
185°, 65%, 86%
CMYK
20, 2, 0, 5
Luminance
0.7903
Every format
| HEX | #c2eef2 |
| RGB | rgb(194, 238, 242) |
| HSL | hsl(185, 65%, 86%) |
| CMYK | cmyk(20%, 2%, 0%, 5%) |
| LAB | lab(91.3 -13.2 -6.6) |
| LCH | lch(91.3 14.8 206.5) |
| OKLCH | oklch(0.919 0.046 203.2) |
Copy-ready code
/* CSS */
color: #c2eef2;
background-color: #c2eef2;
/* Tailwind (arbitrary) */
class="text-[#c2eef2] bg-[#c2eef2]"
/* SCSS */
$brand: #c2eef2;
/* SwiftUI */
Color(red: 0.761, green: 0.933, blue: 0.949)
/* Android */
Color.parseColor("#c2eef2")Accessibility — WCAG contrast
Aa
#c2eef2 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2eef2 on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green93.3%
Blue94.9%
CMYK percentages
Cyan19.8%
Magenta1.7%
Yellow0.0%
Key (black)5.1%
Color previews
#c2eef2 text on a black background
contrast 16.81:1
Card sample
#c2eef2 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2eef2;
Background color
Panel with #c2eef2 background
background-color: #c2eef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2eef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 238, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 238, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2eef2; background: linear-gradient(135deg, #c2eef2, #C2CEF2);