#0cac7f
a dark, electric cyan · cool · closest name: seagreen
RGB
12, 172, 127
HSL
163°, 87%, 36%
CMYK
93, 0, 26, 33
Luminance
0.3112
Every format
| HEX | #0cac7f |
| RGB | rgb(12, 172, 127) |
| HSL | hsl(163, 87%, 36%) |
| CMYK | cmyk(93%, 0%, 26%, 33%) |
| LAB | lab(62.6 -47.8 12.9) |
| LCH | lch(62.6 49.5 164.9) |
| OKLCH | oklch(0.661 0.135 165.9) |
Copy-ready code
/* CSS */
color: #0cac7f;
background-color: #0cac7f;
/* Tailwind (arbitrary) */
class="text-[#0cac7f] bg-[#0cac7f]"
/* SCSS */
$brand: #0cac7f;
/* SwiftUI */
Color(red: 0.047, green: 0.675, blue: 0.498)
/* Android */
Color.parseColor("#0cac7f")Accessibility — WCAG contrast
Aa
#0cac7f on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cac7f on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green67.5%
Blue49.8%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow26.2%
Key (black)32.5%
Color previews
#0cac7f text on a black background
contrast 7.22:1
Card sample
#0cac7f text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cac7f;
Background color
Panel with #0cac7f background
background-color: #0cac7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cac7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 172, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 172, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cac7f; background: linear-gradient(135deg, #0cac7f, #0C6EAC);