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