Teal
#0E715C
CyanColor Codes
All color formats for development
HEX
#0E715CRGB
rgb(14, 113, 92)HSL
hsl(167, 78%, 25%)OKLCH
oklch(0.491 0.09 173.3)CMYK
cmyk(88%, 0%, 19%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6653
2#0B5B4A
3#0A4F40
4#084437
5#07392E
6#062D25
7#04221C
8#031712
9#010B09
Tints
Lighter variations
1#129478
2#16B693
3#1BD8AF
4#33E6BF
5#55EACA
6#77EED4
7#99F2DF
8#BBF7EA
9#DDFBF4
Tones
Muted variations
1#136D59
2#186856
3#1D6353
4#225E51
5#27594E
6#2C544B
7#314F48
8#364A45
9#3B4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2DE | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBCD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E715C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493B | 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: #DFFBF5;
--teal-200: #C4F8ED;
--teal-300: #97F2DE;
--teal-400: #60EBCD;
--teal-500: #33E6BF;
--teal-600: #19C8A2;
--teal-700: #149F81;
--teal-800: #0E715C;
--teal-900: #09493B;
--teal-950: #062D25;
}