Teal
#1D9577
CyanColor Codes
All color formats for development
HEX
#1D9577RGB
rgb(29, 149, 119)HSL
hsl(165, 67%, 35%)OKLCH
oklch(0.6 0.111 170.9)CMYK
cmyk(81%, 0%, 20%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B866B
2#18775F
3#156853
4#125947
5#0F4B3C
6#0C3C30
7#092D24
8#061E18
9#030F0C
Tints
Lighter variations
1#23B18D
2#28CCA3
3#3DD9B2
4#59DEBD
5#75E4C8
6#90E9D3
7#ACEFDE
8#C8F4E9
9#E3FAF4
Tones
Muted variations
1#238F74
2#298971
3#2F836E
4#357D6B
5#3B7768
6#417165
7#476B62
8#4D655F
9#535F5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECD8 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2C4 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB96 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9577 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4436 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFA;
--teal-100: #E1F9F3;
--teal-200: #C8F4E9;
--teal-300: #9DECD8;
--teal-400: #6AE2C4;
--teal-500: #3FD9B3;
--teal-600: #25BB96;
--teal-700: #1D9577;
--teal-800: #156A55;
--teal-900: #0D4436;
--teal-950: #082B22;
}