#0cd693
a dark, electric cyan · cool · closest name: aquamarine
RGB
12, 214, 147
HSL
160°, 89%, 44%
CMYK
94, 0, 31, 16
Luminance
0.5028
Every format
| HEX | #0cd693 |
| RGB | rgb(12, 214, 147) |
| HSL | hsl(160, 89%, 44%) |
| CMYK | cmyk(94%, 0%, 31%, 16%) |
| LAB | lab(76.2 -59.2 21.1) |
| LCH | lch(76.2 62.8 160.4) |
| OKLCH | oklch(0.775 0.169 161.6) |
Copy-ready code
/* CSS */
color: #0cd693;
background-color: #0cd693;
/* Tailwind (arbitrary) */
class="text-[#0cd693] bg-[#0cd693]"
/* SCSS */
$brand: #0cd693;
/* SwiftUI */
Color(red: 0.047, green: 0.839, blue: 0.576)
/* Android */
Color.parseColor("#0cd693")Accessibility — WCAG contrast
Aa
#0cd693 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cd693 on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green83.9%
Blue57.6%
CMYK percentages
Cyan94.4%
Magenta0.0%
Yellow31.3%
Key (black)16.1%
Color previews
#0cd693 text on a black background
contrast 11.06:1
Card sample
#0cd693 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cd693;
Background color
Panel with #0cd693 background
background-color: #0cd693;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cd693;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 214, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 214, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cd693; background: linear-gradient(135deg, #0cd693, #0C92D6);