#0f6b5c
a deep, electric cyan · cool · closest name: teal
RGB
15, 107, 92
HSL
170°, 75%, 24%
CMYK
86, 0, 14, 58
Luminance
0.1139
Every format
| HEX | #0f6b5c |
| RGB | rgb(15, 107, 92) |
| HSL | hsl(170, 75%, 24%) |
| CMYK | cmyk(86%, 0%, 14%, 58%) |
| LAB | lab(40.2 -29.0 1.2) |
| LCH | lch(40.2 29.0 177.6) |
| OKLCH | oklch(0.474 0.083 178.1) |
Copy-ready code
/* CSS */
color: #0f6b5c;
background-color: #0f6b5c;
/* Tailwind (arbitrary) */
class="text-[#0f6b5c] bg-[#0f6b5c]"
/* SCSS */
$brand: #0f6b5c;
/* SwiftUI */
Color(red: 0.059, green: 0.420, blue: 0.361)
/* Android */
Color.parseColor("#0f6b5c")Accessibility — WCAG contrast
Aa
#0f6b5c on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f6b5c on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green42.0%
Blue36.1%
CMYK percentages
Cyan86.0%
Magenta0.0%
Yellow14.0%
Key (black)58.0%
Color previews
#0f6b5c text on a black background
contrast 3.28:1
Card sample
#0f6b5c text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f6b5c;
Background color
Panel with #0f6b5c background
background-color: #0f6b5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f6b5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 107, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 107, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f6b5c; background: linear-gradient(135deg, #0f6b5c, #0F3D6B);