#0f6776
a dark, electric cyan · cool · closest name: teal
RGB
15, 103, 118
HSL
189°, 77%, 26%
CMYK
87, 13, 0, 54
Luminance
0.1111
Every format
| HEX | #0f6776 |
| RGB | rgb(15, 103, 118) |
| HSL | hsl(189, 77%, 26%) |
| CMYK | cmyk(87%, 13%, 0%, 54%) |
| LAB | lab(39.8 -18.4 -15.3) |
| LCH | lch(39.8 23.9 219.8) |
| OKLCH | oklch(0.473 0.079 212.9) |
Copy-ready code
/* CSS */
color: #0f6776;
background-color: #0f6776;
/* Tailwind (arbitrary) */
class="text-[#0f6776] bg-[#0f6776]"
/* SCSS */
$brand: #0f6776;
/* SwiftUI */
Color(red: 0.059, green: 0.404, blue: 0.463)
/* Android */
Color.parseColor("#0f6776")Accessibility — WCAG contrast
Aa
#0f6776 on white: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f6776 on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green40.4%
Blue46.3%
CMYK percentages
Cyan87.3%
Magenta12.7%
Yellow0.0%
Key (black)53.7%
Color previews
#0f6776 text on a black background
contrast 3.22:1
Card sample
#0f6776 text on a white background
contrast 6.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f6776;
Background color
Panel with #0f6776 background
background-color: #0f6776;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f6776;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 103, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 103, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f6776; background: linear-gradient(135deg, #0f6776, #0F2276);