Teal
#0E7164
CyanColor Codes
All color formats for development
HEX
#0E7164RGB
rgb(14, 113, 100)HSL
hsl(172, 78%, 25%)OKLCH
oklch(0.494 0.086 180.9)CMYK
cmyk(88%, 0%, 12%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D665A
2#0B5B50
3#0A4F46
4#08443C
5#073932
6#062D28
7#04221E
8#031714
9#010B0A
Tints
Lighter variations
1#129482
2#16B6A0
3#1BD8BE
4#33E6CE
5#55EAD6
6#77EEDE
7#99F2E6
8#BBF7EF
9#DDFBF7
Tones
Muted variations
1#136D61
2#18685D
3#1D6359
4#225E56
5#275952
6#2C544E
7#314F4B
8#364A47
9#3B4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E6 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD9 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7164 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094940 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFC;
--teal-100: #DFFBF7;
--teal-200: #C4F8F1;
--teal-300: #97F2E6;
--teal-400: #60EBD9;
--teal-500: #33E6CE;
--teal-600: #19C8B0;
--teal-700: #149F8C;
--teal-800: #0E7164;
--teal-900: #094940;
--teal-950: #062D28;
}