#09697f
a dark, electric cyan · cool · closest name: teal
RGB
9, 105, 127
HSL
191°, 87%, 27%
CMYK
93, 17, 0, 50
Luminance
0.1169
Every format
| HEX | #09697f |
| RGB | rgb(9, 105, 127) |
| HSL | hsl(191, 87%, 27%) |
| CMYK | cmyk(93%, 17%, 0%, 50%) |
| LAB | lab(40.7 -16.6 -19.3) |
| LCH | lch(40.7 25.5 229.2) |
| OKLCH | oklch(0.482 0.085 219.5) |
Copy-ready code
/* CSS */
color: #09697f;
background-color: #09697f;
/* Tailwind (arbitrary) */
class="text-[#09697f] bg-[#09697f]"
/* SCSS */
$brand: #09697f;
/* SwiftUI */
Color(red: 0.035, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#09697f")Accessibility — WCAG contrast
Aa
#09697f on white: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#09697f on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green41.2%
Blue49.8%
CMYK percentages
Cyan92.9%
Magenta17.3%
Yellow0.0%
Key (black)50.2%
Color previews
#09697f text on a black background
contrast 3.34:1
Card sample
#09697f text on a white background
contrast 6.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09697f;
Background color
Panel with #09697f background
background-color: #09697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09697f; background: linear-gradient(135deg, #09697f, #091A7F);