#0cdfaf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
12, 223, 175
HSL
166°, 90%, 46%
CMYK
95, 0, 22, 13
Luminance
0.5595
Every format
| HEX | #0cdfaf |
| RGB | rgb(12, 223, 175) |
| HSL | hsl(166, 90%, 46%) |
| CMYK | cmyk(95%, 0%, 22%, 13%) |
| LAB | lab(79.6 -56.1 11.0) |
| LCH | lch(79.6 57.2 168.9) |
| OKLCH | oklch(0.804 0.158 169.8) |
Copy-ready code
/* CSS */
color: #0cdfaf;
background-color: #0cdfaf;
/* Tailwind (arbitrary) */
class="text-[#0cdfaf] bg-[#0cdfaf]"
/* SCSS */
$brand: #0cdfaf;
/* SwiftUI */
Color(red: 0.047, green: 0.875, blue: 0.686)
/* Android */
Color.parseColor("#0cdfaf")Accessibility — WCAG contrast
Aa
#0cdfaf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cdfaf on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green87.5%
Blue68.6%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow21.5%
Key (black)12.5%
Color previews
#0cdfaf text on a black background
contrast 12.19:1
Card sample
#0cdfaf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cdfaf;
Background color
Panel with #0cdfaf background
background-color: #0cdfaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cdfaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 223, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 223, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cdfaf; background: linear-gradient(135deg, #0cdfaf, #0C82DF);