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