#126a73
a dark, vivid cyan · cool · closest name: teal
RGB
18, 106, 115
HSL
186°, 73%, 26%
CMYK
84, 8, 0, 55
Luminance
0.1167
Every format
| HEX | #126a73 |
| RGB | rgb(18, 106, 115) |
| HSL | hsl(186, 73%, 26%) |
| CMYK | cmyk(84%, 8%, 0%, 55%) |
| LAB | lab(40.7 -20.8 -12.1) |
| LCH | lch(40.7 24.0 210.1) |
| OKLCH | oklch(0.481 0.077 205.7) |
Copy-ready code
/* CSS */
color: #126a73;
background-color: #126a73;
/* Tailwind (arbitrary) */
class="text-[#126a73] bg-[#126a73]"
/* SCSS */
$brand: #126a73;
/* SwiftUI */
Color(red: 0.071, green: 0.416, blue: 0.451)
/* Android */
Color.parseColor("#126a73")Accessibility — WCAG contrast
Aa
#126a73 on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#126a73 on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green41.6%
Blue45.1%
CMYK percentages
Cyan84.3%
Magenta7.8%
Yellow0.0%
Key (black)54.9%
Color previews
#126a73 text on a black background
contrast 3.33:1
Card sample
#126a73 text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #126a73;
Background color
Panel with #126a73 background
background-color: #126a73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #126a73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 106, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 106, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #126a73; background: linear-gradient(135deg, #126a73, #122973);