Teal
#0E7071
CyanColor Codes
All color formats for development
HEX
#0E7071RGB
rgb(14, 112, 113)HSL
hsl(181, 78%, 25%)OKLCH
oklch(0.496 0.081 196)CMYK
cmyk(88%, 1%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6566
2#0B595B
3#0A4E4F
4#084344
5#073839
6#062D2D
7#042222
8#031617
9#010B0B
Tints
Lighter variations
1#129194
2#16B3B6
3#1BD4D8
4#33E3E6
5#55E7EA
6#77ECEE
7#99F1F2
8#BBF6F7
9#DDFAFB
Tones
Muted variations
1#136B6D
2#186668
3#1D6163
4#225D5E
5#275859
6#2C5354
7#314E4F
8#36494A
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 | C4F7 #C4F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F1 #97F1F2 | BordersInactive statesPlaceholder text |
| 400 | 60E9 #60E9EB | Disabled statesSecondary iconsMuted text |
| 500 | 33E3 #33E3E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C5 #19C5C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149D #149D9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E70 #0E7071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094849 | 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: #C4F7F8;
--teal-300: #97F1F2;
--teal-400: #60E9EB;
--teal-500: #33E3E6;
--teal-600: #19C5C8;
--teal-700: #149D9F;
--teal-800: #0E7071;
--teal-900: #094849;
--teal-950: #062D2D;
}