Teal
#1D9587
CyanColor Codes
All color formats for development
HEX
#1D9587RGB
rgb(29, 149, 135)HSL
hsl(173, 67%, 35%)OKLCH
oklch(0.605 0.101 182.8)CMYK
cmyk(81%, 0%, 9%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B867A
2#18776C
3#15685F
4#125951
5#0F4B44
6#0C3C36
7#092D29
8#061E1B
9#030F0E
Tints
Lighter variations
1#23B1A0
2#28CCB9
3#3DD9C7
4#59DECF
5#75E4D7
6#90E9DF
7#ACEFE7
8#C8F4EF
9#E3FAF7
Tones
Muted variations
1#238F83
2#29897E
3#2F8379
4#357D75
5#3B7770
6#41716C
7#476B67
8#4D6562
9#535F5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE2 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2D4 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBAA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9587 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D443E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFB;
--teal-100: #E1F9F6;
--teal-200: #C8F4EF;
--teal-300: #9DECE2;
--teal-400: #6AE2D4;
--teal-500: #3FD9C7;
--teal-600: #25BBAA;
--teal-700: #1D9587;
--teal-800: #156A60;
--teal-900: #0D443E;
--teal-950: #082B27;
}