#0c9dae
a dark, electric cyan · cool · closest name: teal
RGB
12, 157, 174
HSL
186°, 87%, 37%
CMYK
93, 10, 0, 32
Luminance
0.2725
Every format
| HEX | #0c9dae |
| RGB | rgb(12, 157, 174) |
| HSL | hsl(186, 87%, 37%) |
| CMYK | cmyk(93%, 10%, 0%, 32%) |
| LAB | lab(59.2 -27.5 -18.5) |
| LCH | lch(59.2 33.1 213.9) |
| OKLCH | oklch(0.638 0.108 208.5) |
Copy-ready code
/* CSS */
color: #0c9dae;
background-color: #0c9dae;
/* Tailwind (arbitrary) */
class="text-[#0c9dae] bg-[#0c9dae]"
/* SCSS */
$brand: #0c9dae;
/* SwiftUI */
Color(red: 0.047, green: 0.616, blue: 0.682)
/* Android */
Color.parseColor("#0c9dae")Accessibility — WCAG contrast
Aa
#0c9dae on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0c9dae on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green61.6%
Blue68.2%
CMYK percentages
Cyan93.1%
Magenta9.8%
Yellow0.0%
Key (black)31.8%
Color previews
#0c9dae text on a black background
contrast 6.45:1
Card sample
#0c9dae text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c9dae;
Background color
Panel with #0c9dae background
background-color: #0c9dae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c9dae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 157, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 157, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c9dae; background: linear-gradient(135deg, #0c9dae, #0C31AE);