#00697f
a deep, electric cyan · cool · closest name: teal
RGB
0, 105, 127
HSL
190°, 100%, 25%
CMYK
100, 17, 0, 50
Luminance
0.1164
Every format
| HEX | #00697f |
| RGB | rgb(0, 105, 127) |
| HSL | hsl(190, 100%, 25%) |
| CMYK | cmyk(100%, 17%, 0%, 50%) |
| LAB | lab(40.6 -17.2 -19.5) |
| LCH | lch(40.6 26.0 228.5) |
| OKLCH | oklch(0.481 0.087 218.9) |
Copy-ready code
/* CSS */
color: #00697f;
background-color: #00697f;
/* Tailwind (arbitrary) */
class="text-[#00697f] bg-[#00697f]"
/* SCSS */
$brand: #00697f;
/* SwiftUI */
Color(red: 0.000, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#00697f")Accessibility — WCAG contrast
Aa
#00697f on white: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#00697f on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green41.2%
Blue49.8%
CMYK percentages
Cyan100.0%
Magenta17.3%
Yellow0.0%
Key (black)50.2%
Color previews
#00697f text on a black background
contrast 3.33:1
Card sample
#00697f text on a white background
contrast 6.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00697f;
Background color
Panel with #00697f background
background-color: #00697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00697f; background: linear-gradient(135deg, #00697f, #00147F);