#26717e
a dark, vivid cyan · cool · closest name: teal
RGB
38, 113, 126
HSL
189°, 54%, 32%
CMYK
70, 10, 0, 51
Luminance
0.1373
Every format
| HEX | #26717e |
| RGB | rgb(38, 113, 126) |
| HSL | hsl(189, 54%, 32%) |
| CMYK | cmyk(70%, 10%, 0%, 51%) |
| LAB | lab(43.8 -18.3 -13.9) |
| LCH | lch(43.8 22.9 217.3) |
| OKLCH | oklch(0.509 0.074 211.2) |
Copy-ready code
/* CSS */
color: #26717e;
background-color: #26717e;
/* Tailwind (arbitrary) */
class="text-[#26717e] bg-[#26717e]"
/* SCSS */
$brand: #26717e;
/* SwiftUI */
Color(red: 0.149, green: 0.443, blue: 0.494)
/* Android */
Color.parseColor("#26717e")Accessibility — WCAG contrast
Aa
#26717e on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#26717e on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green44.3%
Blue49.4%
CMYK percentages
Cyan69.8%
Magenta10.3%
Yellow0.0%
Key (black)50.6%
Color previews
#26717e text on a black background
contrast 3.75:1
Card sample
#26717e text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #26717e;
Background color
Panel with #26717e background
background-color: #26717e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #26717e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 113, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 113, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #26717e; background: linear-gradient(135deg, #26717e, #26367E);