Teal
#159E75
GreenColor Codes
All color formats for development
HEX
#159E75RGB
rgb(21, 158, 117)HSL
hsl(162, 77%, 35%)OKLCH
oklch(0.622 0.125 165.9)CMYK
cmyk(87%, 0%, 26%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128E69
2#107E5D
3#0E6F52
4#0C5F46
5#0A4F3A
6#083F2F
7#062F23
8#042017
9#02100C
Tints
Lighter variations
1#18BB8A
2#1CD9A0
3#32E4AF
4#4FE8BA
5#6CECC6
6#8AF0D1
7#A7F4DD
8#C4F7E8
9#E2FBF4
Tones
Muted variations
1#1B9772
2#22906F
3#29896C
4#30826A
5#377C67
6#3E7564
7#456E61
8#4C675F
9#52605C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D6 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAC1 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC793 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7153 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094835 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFA;
--teal-100: #DFFBF3;
--teal-200: #C4F7E8;
--teal-300: #97F2D6;
--teal-400: #61EAC1;
--teal-500: #34E5B0;
--teal-600: #1AC793;
--teal-700: #159E75;
--teal-800: #0F7153;
--teal-900: #094835;
--teal-950: #062D21;
}