#0f766f
a dark, electric cyan · cool · closest name: teal
RGB
15, 118, 111
HSL
176°, 77%, 26%
CMYK
87, 0, 6, 54
Luminance
0.1421
Every format
| HEX | #0f766f |
| RGB | rgb(15, 118, 111) |
| HSL | hsl(176, 77%, 26%) |
| CMYK | cmyk(87%, 0%, 6%, 54%) |
| LAB | lab(44.5 -28.5 -3.9) |
| LCH | lch(44.5 28.8 187.8) |
| OKLCH | oklch(0.511 0.086 187.4) |
Copy-ready code
/* CSS */
color: #0f766f;
background-color: #0f766f;
/* Tailwind (arbitrary) */
class="text-[#0f766f] bg-[#0f766f]"
/* SCSS */
$brand: #0f766f;
/* SwiftUI */
Color(red: 0.059, green: 0.463, blue: 0.435)
/* Android */
Color.parseColor("#0f766f")Accessibility — WCAG contrast
Aa
#0f766f on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f766f on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green46.3%
Blue43.5%
CMYK percentages
Cyan87.3%
Magenta0.0%
Yellow5.9%
Key (black)53.7%
Color previews
#0f766f text on a black background
contrast 3.84:1
Card sample
#0f766f text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f766f;
Background color
Panel with #0f766f background
background-color: #0f766f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f766f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 118, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 118, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f766f; background: linear-gradient(135deg, #0f766f, #0F3876);