#0c879f
a dark, electric cyan · cool · closest name: teal
RGB
12, 135, 159
HSL
190°, 86%, 34%
CMYK
93, 15, 0, 38
Luminance
0.1991
Every format
| HEX | #0c879f |
| RGB | rgb(12, 135, 159) |
| HSL | hsl(190, 86%, 34%) |
| CMYK | cmyk(93%, 15%, 0%, 38%) |
| LAB | lab(51.7 -21.3 -21.3) |
| LCH | lch(51.7 30.1 225.0) |
| OKLCH | oklch(0.575 0.100 216.5) |
Copy-ready code
/* CSS */
color: #0c879f;
background-color: #0c879f;
/* Tailwind (arbitrary) */
class="text-[#0c879f] bg-[#0c879f]"
/* SCSS */
$brand: #0c879f;
/* SwiftUI */
Color(red: 0.047, green: 0.529, blue: 0.624)
/* Android */
Color.parseColor("#0c879f")Accessibility — WCAG contrast
Aa
#0c879f on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0c879f on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green52.9%
Blue62.4%
CMYK percentages
Cyan92.5%
Magenta15.1%
Yellow0.0%
Key (black)37.6%
Color previews
#0c879f text on a black background
contrast 4.98:1
Card sample
#0c879f text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c879f;
Background color
Panel with #0c879f background
background-color: #0c879f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c879f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 135, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 135, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c879f; background: linear-gradient(135deg, #0c879f, #0C259F);