#0cd792
a dark, electric green · cool · closest name: aquamarine
RGB
12, 215, 146
HSL
160°, 89%, 45%
CMYK
94, 0, 32, 16
Luminance
0.5075
Every format
| HEX | #0cd792 |
| RGB | rgb(12, 215, 146) |
| HSL | hsl(160, 89%, 45%) |
| CMYK | cmyk(94%, 0%, 32%, 16%) |
| LAB | lab(76.5 -59.8 22.0) |
| LCH | lch(76.5 63.7 159.8) |
| OKLCH | oklch(0.777 0.171 161.1) |
Copy-ready code
/* CSS */
color: #0cd792;
background-color: #0cd792;
/* Tailwind (arbitrary) */
class="text-[#0cd792] bg-[#0cd792]"
/* SCSS */
$brand: #0cd792;
/* SwiftUI */
Color(red: 0.047, green: 0.843, blue: 0.573)
/* Android */
Color.parseColor("#0cd792")Accessibility — WCAG contrast
Aa
#0cd792 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cd792 on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green84.3%
Blue57.3%
CMYK percentages
Cyan94.4%
Magenta0.0%
Yellow32.1%
Key (black)15.7%
Color previews
#0cd792 text on a black background
contrast 11.15:1
Card sample
#0cd792 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cd792;
Background color
Panel with #0cd792 background
background-color: #0cd792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cd792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 215, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 215, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cd792; background: linear-gradient(135deg, #0cd792, #0C95D7);