Teal
#0E7170
CyanColor Codes
All color formats for development
HEX
#0E7170RGB
rgb(14, 113, 112)HSL
hsl(179, 78%, 25%)OKLCH
oklch(0.498 0.082 193.7)CMYK
cmyk(88%, 0%, 1%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6665
2#0B5B59
3#0A4F4E
4#084443
5#073938
6#062D2D
7#042222
8#031716
9#010B0B
Tints
Lighter variations
1#129491
2#16B6B3
3#1BD8D4
4#33E6E3
5#55EAE7
6#77EEEC
7#99F2F1
8#BBF7F6
9#DDFBFA
Tones
Muted variations
1#136D6B
2#186866
3#1D6361
4#225E5D
5#275958
6#2C5453
7#314F4E
8#364A49
9#3B4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2F1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE9 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094948 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFB;
--teal-200: #C4F8F7;
--teal-300: #97F2F1;
--teal-400: #60EBE9;
--teal-500: #33E6E3;
--teal-600: #19C8C5;
--teal-700: #149F9D;
--teal-800: #0E7170;
--teal-900: #094948;
--teal-950: #062D2D;
}