Teal
#0E715E
CyanColor Codes
All color formats for development
HEX
#0E715ERGB
rgb(14, 113, 94)HSL
hsl(168, 78%, 25%)OKLCH
oklch(0.492 0.089 175.1)CMYK
cmyk(88%, 0%, 17%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6654
2#0B5B4B
3#0A4F42
4#084438
5#07392F
6#062D25
7#04221C
8#031713
9#010B09
Tints
Lighter variations
1#12947A
2#16B696
3#1BD8B2
4#33E6C2
5#55EACC
6#77EED6
7#99F2E0
8#BBF7EB
9#DDFBF5
Tones
Muted variations
1#136D5B
2#186858
3#1D6355
4#225E52
5#27594F
6#2C544C
7#314F49
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 #C4F8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E0 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD0 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E715E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFB;
--teal-100: #DFFBF6;
--teal-200: #C4F8ED;
--teal-300: #97F2E0;
--teal-400: #60EBD0;
--teal-500: #33E6C2;
--teal-600: #19C8A5;
--teal-700: #149F83;
--teal-800: #0E715E;
--teal-900: #09493C;
--teal-950: #062D25;
}