#c2eade
a light, vivid cyan · cool · closest name: beige
RGB
194, 234, 222
HSL
162°, 49%, 84%
CMYK
17, 0, 5, 8
Luminance
0.7559
Every format
| HEX | #c2eade |
| RGB | rgb(194, 234, 222) |
| HSL | hsl(162, 49%, 84%) |
| CMYK | cmyk(17%, 0%, 5%, 8%) |
| LAB | lab(89.7 -15.3 1.5) |
| LCH | lch(89.7 15.3 174.4) |
| OKLCH | oklch(0.905 0.045 175.1) |
Copy-ready code
/* CSS */
color: #c2eade;
background-color: #c2eade;
/* Tailwind (arbitrary) */
class="text-[#c2eade] bg-[#c2eade]"
/* SCSS */
$brand: #c2eade;
/* SwiftUI */
Color(red: 0.761, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#c2eade")Accessibility — WCAG contrast
Aa
#c2eade on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2eade on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green91.8%
Blue87.1%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#c2eade text on a black background
contrast 16.12:1
Card sample
#c2eade text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2eade;
Background color
Panel with #c2eade background
background-color: #c2eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2eade; background: linear-gradient(135deg, #c2eade, #C2DBEA);