#0c838f
a dark, electric cyan · cool · closest name: teal
RGB
12, 131, 143
HSL
186°, 85%, 30%
CMYK
92, 8, 0, 44
Luminance
0.1829
Every format
| HEX | #0c838f |
| RGB | rgb(12, 131, 143) |
| HSL | hsl(186, 85%, 30%) |
| CMYK | cmyk(92%, 8%, 0%, 44%) |
| LAB | lab(49.9 -24.8 -14.9) |
| LCH | lch(49.9 28.9 211.0) |
| OKLCH | oklch(0.558 0.093 206.4) |
Copy-ready code
/* CSS */
color: #0c838f;
background-color: #0c838f;
/* Tailwind (arbitrary) */
class="text-[#0c838f] bg-[#0c838f]"
/* SCSS */
$brand: #0c838f;
/* SwiftUI */
Color(red: 0.047, green: 0.514, blue: 0.561)
/* Android */
Color.parseColor("#0c838f")Accessibility — WCAG contrast
Aa
#0c838f on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c838f on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green51.4%
Blue56.1%
CMYK percentages
Cyan91.6%
Magenta8.4%
Yellow0.0%
Key (black)43.9%
Color previews
#0c838f text on a black background
contrast 4.66:1
Card sample
#0c838f text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c838f;
Background color
Panel with #0c838f background
background-color: #0c838f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c838f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 131, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 131, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c838f; background: linear-gradient(135deg, #0c838f, #0C2C8F);