Teal
#0E7161
CyanColor Codes
All color formats for development
HEX
#0E7161RGB
rgb(14, 113, 97)HSL
hsl(170, 78%, 25%)OKLCH
oklch(0.493 0.087 177.9)CMYK
cmyk(88%, 0%, 14%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6657
2#0B5B4E
3#0A4F44
4#08443A
5#073930
6#062D27
7#04221D
8#031713
9#010B0A
Tints
Lighter variations
1#12947E
2#16B69B
3#1BD8B8
4#33E6C8
5#55EAD1
6#77EEDA
7#99F2E3
8#BBF7ED
9#DDFBF6
Tones
Muted variations
1#136D5E
2#18685A
3#1D6357
4#225E54
5#275950
6#2C544D
7#314F4A
8#364A46
9#3B4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E3 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD4 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7161 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFB;
--teal-100: #DFFBF6;
--teal-200: #C4F8EF;
--teal-300: #97F2E3;
--teal-400: #60EBD4;
--teal-500: #33E6C8;
--teal-600: #19C8AB;
--teal-700: #149F88;
--teal-800: #0E7161;
--teal-900: #09493E;
--teal-950: #062D27;
}