#096a7c
a dark, electric cyan · cool · closest name: teal
RGB
9, 106, 124
HSL
189°, 87%, 26%
CMYK
93, 15, 0, 51
Luminance
0.1182
Every format
| HEX | #096a7c |
| RGB | rgb(9, 106, 124) |
| HSL | hsl(189, 87%, 26%) |
| CMYK | cmyk(93%, 15%, 0%, 51%) |
| LAB | lab(40.9 -18.3 -17.2) |
| LCH | lch(40.9 25.1 223.2) |
| OKLCH | oklch(0.483 0.083 215.2) |
Copy-ready code
/* CSS */
color: #096a7c;
background-color: #096a7c;
/* Tailwind (arbitrary) */
class="text-[#096a7c] bg-[#096a7c]"
/* SCSS */
$brand: #096a7c;
/* SwiftUI */
Color(red: 0.035, green: 0.416, blue: 0.486)
/* Android */
Color.parseColor("#096a7c")Accessibility — WCAG contrast
Aa
#096a7c on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#096a7c on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green41.6%
Blue48.6%
CMYK percentages
Cyan92.7%
Magenta14.5%
Yellow0.0%
Key (black)51.4%
Color previews
#096a7c text on a black background
contrast 3.36:1
Card sample
#096a7c text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #096a7c;
Background color
Panel with #096a7c background
background-color: #096a7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #096a7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 106, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 106, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #096a7c; background: linear-gradient(135deg, #096a7c, #091D7C);