#097b71
a dark, electric cyan · cool · closest name: teal
RGB
9, 123, 113
HSL
175°, 86%, 26%
CMYK
93, 0, 8, 52
Luminance
0.1542
Every format
| HEX | #097b71 |
| RGB | rgb(9, 123, 113) |
| HSL | hsl(175, 86%, 26%) |
| CMYK | cmyk(93%, 0%, 8%, 52%) |
| LAB | lab(46.2 -30.7 -2.6) |
| LCH | lch(46.2 30.8 184.9) |
| OKLCH | oklch(0.525 0.091 184.8) |
Copy-ready code
/* CSS */
color: #097b71;
background-color: #097b71;
/* Tailwind (arbitrary) */
class="text-[#097b71] bg-[#097b71]"
/* SCSS */
$brand: #097b71;
/* SwiftUI */
Color(red: 0.035, green: 0.482, blue: 0.443)
/* Android */
Color.parseColor("#097b71")Accessibility — WCAG contrast
Aa
#097b71 on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#097b71 on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green48.2%
Blue44.3%
CMYK percentages
Cyan92.7%
Magenta0.0%
Yellow8.1%
Key (black)51.8%
Color previews
#097b71 text on a black background
contrast 4.08:1
Card sample
#097b71 text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #097b71;
Background color
Panel with #097b71 background
background-color: #097b71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #097b71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 123, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 123, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #097b71; background: linear-gradient(135deg, #097b71, #09397B);