#10697f
a dark, electric cyan · cool · closest name: teal
RGB
16, 105, 127
HSL
192°, 78%, 28%
CMYK
87, 17, 0, 50
Luminance
0.1175
Every format
| HEX | #10697f |
| RGB | rgb(16, 105, 127) |
| HSL | hsl(192, 78%, 28%) |
| CMYK | cmyk(87%, 17%, 0%, 50%) |
| LAB | lab(40.8 -16.2 -19.2) |
| LCH | lch(40.8 25.1 229.9) |
| OKLCH | oklch(0.483 0.084 220.0) |
Copy-ready code
/* CSS */
color: #10697f;
background-color: #10697f;
/* Tailwind (arbitrary) */
class="text-[#10697f] bg-[#10697f]"
/* SCSS */
$brand: #10697f;
/* SwiftUI */
Color(red: 0.063, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#10697f")Accessibility — WCAG contrast
Aa
#10697f on white: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#10697f on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green41.2%
Blue49.8%
CMYK percentages
Cyan87.4%
Magenta17.3%
Yellow0.0%
Key (black)50.2%
Color previews
#10697f text on a black background
contrast 3.35:1
Card sample
#10697f text on a white background
contrast 6.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10697f;
Background color
Panel with #10697f background
background-color: #10697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10697f; background: linear-gradient(135deg, #10697f, #101F7F);