Teal
#1A9975
GreenColor Codes
All color formats for development
HEX
#1A9975RGB
rgb(26, 153, 117)HSL
hsl(163, 71%, 35%)OKLCH
oklch(0.609 0.118 167.8)CMYK
cmyk(83%, 0%, 24%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#178969
2#157A5D
3#126B52
4#105C46
5#0D4C3A
6#0A3D2F
7#082E23
8#051F17
9#030F0C
Tints
Lighter variations
1#1FB58A
2#23D1A0
3#39DDAF
4#55E2BA
5#71E7C6
6#8EECD1
7#AAF1DD
8#C6F5E8
9#E3FAF4
Tones
Muted variations
1#209272
2#278C6F
3#2D866C
4#337F6A
5#3A7967
6#407364
7#466C61
8#4D665F
9#53605C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEED6 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5C1 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEB0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C093 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9975 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4635 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFA;
--teal-100: #E0FAF3;
--teal-200: #C6F5E8;
--teal-300: #9BEED6;
--teal-400: #66E5C1;
--teal-500: #3BDEB0;
--teal-600: #21C093;
--teal-700: #1A9975;
--teal-800: #126D53;
--teal-900: #0C4635;
--teal-950: #072C21;
}