#c0ead3
a light, vivid green · cool · closest name: beige
RGB
192, 234, 211
HSL
147°, 50%, 84%
CMYK
18, 0, 10, 8
Luminance
0.7476
Every format
| HEX | #c0ead3 |
| RGB | rgb(192, 234, 211) |
| HSL | hsl(147, 50%, 84%) |
| CMYK | cmyk(18%, 0%, 10%, 8%) |
| LAB | lab(89.3 -18.0 6.7) |
| LCH | lch(89.3 19.2 159.7) |
| OKLCH | oklch(0.901 0.054 161.2) |
Copy-ready code
/* CSS */
color: #c0ead3;
background-color: #c0ead3;
/* Tailwind (arbitrary) */
class="text-[#c0ead3] bg-[#c0ead3]"
/* SCSS */
$brand: #c0ead3;
/* SwiftUI */
Color(red: 0.753, green: 0.918, blue: 0.827)
/* Android */
Color.parseColor("#c0ead3")Accessibility — WCAG contrast
Aa
#c0ead3 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0ead3 on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green91.8%
Blue82.7%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow9.8%
Key (black)8.2%
Color previews
#c0ead3 text on a black background
contrast 15.95:1
Card sample
#c0ead3 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0ead3;
Background color
Panel with #c0ead3 background
background-color: #c0ead3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0ead3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 234, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 234, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0ead3; background: linear-gradient(135deg, #c0ead3, #C0E5EA);