Teal
#1D9593
CyanColor Codes
All color formats for development
HEX
#1D9593RGB
rgb(29, 149, 147)HSL
hsl(179, 67%, 35%)OKLCH
oklch(0.609 0.098 193.1)CMYK
cmyk(81%, 0%, 1%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8684
2#187776
3#156867
4#125958
5#0F4B4A
6#0C3C3B
7#092D2C
8#061E1D
9#030F0F
Tints
Lighter variations
1#23B1AE
2#28CCCA
3#3DD9D6
4#59DEDC
5#75E4E2
6#90E9E8
7#ACEFED
8#C8F4F3
9#E3FAF9
Tones
Muted variations
1#238F8D
2#298987
3#2F8382
4#357D7C
5#3B7776
6#417170
7#476B6B
8#4D6565
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECEA | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2E0 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9593 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4443 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E1F9F9;
--teal-200: #C8F4F3;
--teal-300: #9DECEA;
--teal-400: #6AE2E0;
--teal-500: #3FD9D7;
--teal-600: #25BBB9;
--teal-700: #1D9593;
--teal-800: #156A69;
--teal-900: #0D4443;
--teal-950: #082B2A;
}