Teal
#1D957D
CyanColor Codes
All color formats for development
HEX
#1D957DRGB
rgb(29, 149, 125)HSL
hsl(168, 67%, 35%)OKLCH
oklch(0.601 0.107 175.1)CMYK
cmyk(81%, 0%, 16%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8671
2#187764
3#156858
4#12594B
5#0F4B3F
6#0C3C32
7#092D26
8#061E19
9#030F0D
Tints
Lighter variations
1#23B194
2#28CCAC
3#3DD9BA
4#59DEC4
5#75E4CD
6#90E9D7
7#ACEFE1
8#C8F4EB
9#E3FAF5
Tones
Muted variations
1#238F7A
2#298976
3#2F8372
4#357D6F
5#3B776B
6#417168
7#476B64
8#4D6560
9#535F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECDC | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2CA | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D957D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4439 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFA;
--teal-100: #E1F9F4;
--teal-200: #C8F4EB;
--teal-300: #9DECDC;
--teal-400: #6AE2CA;
--teal-500: #3FD9BA;
--teal-600: #25BB9D;
--teal-700: #1D957D;
--teal-800: #156A59;
--teal-900: #0D4439;
--teal-950: #082B24;
}