#0cd892
a dark, electric green · cool · closest name: aquamarine
RGB
12, 216, 146
HSL
159°, 90%, 45%
CMYK
94, 0, 32, 15
Luminance
0.5127
Every format
| HEX | #0cd892 |
| RGB | rgb(12, 216, 146) |
| HSL | hsl(159, 90%, 45%) |
| CMYK | cmyk(94%, 0%, 32%, 15%) |
| LAB | lab(76.8 -60.1 22.4) |
| LCH | lch(76.8 64.2 159.6) |
| OKLCH | oklch(0.780 0.173 160.8) |
Copy-ready code
/* CSS */
color: #0cd892;
background-color: #0cd892;
/* Tailwind (arbitrary) */
class="text-[#0cd892] bg-[#0cd892]"
/* SCSS */
$brand: #0cd892;
/* SwiftUI */
Color(red: 0.047, green: 0.847, blue: 0.573)
/* Android */
Color.parseColor("#0cd892")Accessibility — WCAG contrast
Aa
#0cd892 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cd892 on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green84.7%
Blue57.3%
CMYK percentages
Cyan94.4%
Magenta0.0%
Yellow32.4%
Key (black)15.3%
Color previews
#0cd892 text on a black background
contrast 11.25:1
Card sample
#0cd892 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cd892;
Background color
Panel with #0cd892 background
background-color: #0cd892;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cd892;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 216, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 216, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cd892; background: linear-gradient(135deg, #0cd892, #0C96D8);