Teal
#0E7171
CyanColor Codes
All color formats for development
HEX
#0E7171RGB
rgb(14, 113, 113)HSL
hsl(180, 78%, 25%)OKLCH
oklch(0.498 0.082 194.8)CMYK
cmyk(88%, 0%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6666
2#0B5B5B
3#0A4F4F
4#084444
5#073939
6#062D2D
7#042222
8#031717
9#010B0B
Tints
Lighter variations
1#129494
2#16B6B6
3#1BD8D8
4#33E6E6
5#55EAEA
6#77EEEE
7#99F2F2
8#BBF7F7
9#DDFBFB
Tones
Muted variations
1#136D6D
2#186868
3#1D6363
4#225E5E
5#275959
6#2C5454
7#314F4F
8#364A4A
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 #C4F8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2F2 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBEB | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094949 | 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: #C4F8F8;
--teal-300: #97F2F2;
--teal-400: #60EBEB;
--teal-500: #33E6E6;
--teal-600: #19C8C8;
--teal-700: #149F9F;
--teal-800: #0E7171;
--teal-900: #094949;
--teal-950: #062D2D;
}