#0cdfab
a balanced, electric cyan · cool · closest name: aquamarine
RGB
12, 223, 171
HSL
165°, 90%, 46%
CMYK
95, 0, 23, 13
Luminance
0.5579
Every format
| HEX | #0cdfab |
| RGB | rgb(12, 223, 171) |
| HSL | hsl(165, 90%, 46%) |
| CMYK | cmyk(95%, 0%, 23%, 13%) |
| LAB | lab(79.5 -57.1 13.0) |
| LCH | lch(79.5 58.5 167.2) |
| OKLCH | oklch(0.803 0.161 168.2) |
Copy-ready code
/* CSS */
color: #0cdfab;
background-color: #0cdfab;
/* Tailwind (arbitrary) */
class="text-[#0cdfab] bg-[#0cdfab]"
/* SCSS */
$brand: #0cdfab;
/* SwiftUI */
Color(red: 0.047, green: 0.875, blue: 0.671)
/* Android */
Color.parseColor("#0cdfab")Accessibility — WCAG contrast
Aa
#0cdfab on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cdfab on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green87.5%
Blue67.1%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow23.3%
Key (black)12.5%
Color previews
#0cdfab text on a black background
contrast 12.16:1
Card sample
#0cdfab text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cdfab;
Background color
Panel with #0cdfab background
background-color: #0cdfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cdfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 223, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 223, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cdfab; background: linear-gradient(135deg, #0cdfab, #0C86DF);