#096b62
a deep, electric cyan · cool · closest name: teal
RGB
9, 107, 98
HSL
175°, 85%, 23%
CMYK
92, 0, 8, 58
Luminance
0.1146
Every format
| HEX | #096b62 |
| RGB | rgb(9, 107, 98) |
| HSL | hsl(175, 85%, 23%) |
| CMYK | cmyk(92%, 0%, 8%, 58%) |
| LAB | lab(40.3 -27.7 -2.3) |
| LCH | lch(40.3 27.8 184.7) |
| OKLCH | oklch(0.475 0.082 184.6) |
Copy-ready code
/* CSS */
color: #096b62;
background-color: #096b62;
/* Tailwind (arbitrary) */
class="text-[#096b62] bg-[#096b62]"
/* SCSS */
$brand: #096b62;
/* SwiftUI */
Color(red: 0.035, green: 0.420, blue: 0.384)
/* Android */
Color.parseColor("#096b62")Accessibility — WCAG contrast
Aa
#096b62 on white: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#096b62 on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green42.0%
Blue38.4%
CMYK percentages
Cyan91.6%
Magenta0.0%
Yellow8.4%
Key (black)58.0%
Color previews
#096b62 text on a black background
contrast 3.29:1
Card sample
#096b62 text on a white background
contrast 6.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #096b62;
Background color
Panel with #096b62 background
background-color: #096b62;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #096b62;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 107, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 107, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #096b62; background: linear-gradient(135deg, #096b62, #09336B);