#c0edaf
a light, vivid green · cool · closest name: aquamarine
RGB
192, 237, 175
HSL
104°, 63%, 81%
CMYK
19, 0, 26, 7
Luminance
0.7487
Every format
| HEX | #c0edaf |
| RGB | rgb(192, 237, 175) |
| HSL | hsl(104, 63%, 81%) |
| CMYK | cmyk(19%, 0%, 26%, 7%) |
| LAB | lab(89.3 -25.7 25.4) |
| LCH | lch(89.3 36.1 135.3) |
| OKLCH | oklch(0.899 0.095 137.2) |
Copy-ready code
/* CSS */
color: #c0edaf;
background-color: #c0edaf;
/* Tailwind (arbitrary) */
class="text-[#c0edaf] bg-[#c0edaf]"
/* SCSS */
$brand: #c0edaf;
/* SwiftUI */
Color(red: 0.753, green: 0.929, blue: 0.686)
/* Android */
Color.parseColor("#c0edaf")Accessibility — WCAG contrast
Aa
#c0edaf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0edaf on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green92.9%
Blue68.6%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow26.2%
Key (black)7.1%
Color previews
#c0edaf text on a black background
contrast 15.97:1
Card sample
#c0edaf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0edaf;
Background color
Panel with #c0edaf background
background-color: #c0edaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0edaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 237, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 237, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0edaf; background: linear-gradient(135deg, #c0edaf, #AFEDC7);