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