#0ca79b
a dark, electric cyan · cool · closest name: teal
RGB
12, 167, 155
HSL
175°, 87%, 35%
CMYK
93, 0, 7, 35
Luminance
0.3008
Every format
| HEX | #0ca79b |
| RGB | rgb(12, 167, 155) |
| HSL | hsl(175, 87%, 35%) |
| CMYK | cmyk(93%, 0%, 7%, 35%) |
| LAB | lab(61.7 -38.2 -4.0) |
| LCH | lch(61.7 38.4 186.0) |
| OKLCH | oklch(0.656 0.114 185.8) |
Copy-ready code
/* CSS */
color: #0ca79b;
background-color: #0ca79b;
/* Tailwind (arbitrary) */
class="text-[#0ca79b] bg-[#0ca79b]"
/* SCSS */
$brand: #0ca79b;
/* SwiftUI */
Color(red: 0.047, green: 0.655, blue: 0.608)
/* Android */
Color.parseColor("#0ca79b")Accessibility — WCAG contrast
Aa
#0ca79b on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ca79b on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green65.5%
Blue60.8%
CMYK percentages
Cyan92.8%
Magenta0.0%
Yellow7.2%
Key (black)34.5%
Color previews
#0ca79b text on a black background
contrast 7.02:1
Card sample
#0ca79b text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ca79b;
Background color
Panel with #0ca79b background
background-color: #0ca79b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ca79b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 167, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 167, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ca79b; background: linear-gradient(135deg, #0ca79b, #0C4CA7);