#0ca2ac
a dark, electric cyan · cool · closest name: teal
RGB
12, 162, 172
HSL
184°, 87%, 36%
CMYK
93, 6, 0, 33
Luminance
0.2890
Every format
| HEX | #0ca2ac |
| RGB | rgb(12, 162, 172) |
| HSL | hsl(184, 87%, 36%) |
| CMYK | cmyk(93%, 6%, 0%, 33%) |
| LAB | lab(60.7 -30.6 -15.1) |
| LCH | lch(60.7 34.1 206.2) |
| OKLCH | oklch(0.649 0.109 202.7) |
Copy-ready code
/* CSS */
color: #0ca2ac;
background-color: #0ca2ac;
/* Tailwind (arbitrary) */
class="text-[#0ca2ac] bg-[#0ca2ac]"
/* SCSS */
$brand: #0ca2ac;
/* SwiftUI */
Color(red: 0.047, green: 0.635, blue: 0.675)
/* Android */
Color.parseColor("#0ca2ac")Accessibility — WCAG contrast
Aa
#0ca2ac on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0ca2ac on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green63.5%
Blue67.5%
CMYK percentages
Cyan93.0%
Magenta5.8%
Yellow0.0%
Key (black)32.5%
Color previews
#0ca2ac text on a black background
contrast 6.78:1
Card sample
#0ca2ac text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ca2ac;
Background color
Panel with #0ca2ac background
background-color: #0ca2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ca2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 162, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 162, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ca2ac; background: linear-gradient(135deg, #0ca2ac, #0C37AC);