Teal
#1D9585
CyanColor Codes
All color formats for development
HEX
#1D9585RGB
rgb(29, 149, 133)HSL
hsl(172, 67%, 35%)OKLCH
oklch(0.604 0.102 181.2)CMYK
cmyk(81%, 0%, 11%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8678
2#18776A
3#15685D
4#125950
5#0F4B43
6#0C3C35
7#092D28
8#061E1B
9#030F0D
Tints
Lighter variations
1#23B19E
2#28CCB7
3#3DD9C4
4#59DECC
5#75E4D5
6#90E9DD
7#ACEFE6
8#C8F4EE
9#E3FAF7
Tones
Muted variations
1#238F81
2#29897C
3#2F8378
4#357D74
5#3B776F
6#41716B
7#476B66
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 #C8F4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE1 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2D2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D443D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFB;
--teal-100: #E1F9F6;
--teal-200: #C8F4EE;
--teal-300: #9DECE1;
--teal-400: #6AE2D2;
--teal-500: #3FD9C5;
--teal-600: #25BBA7;
--teal-700: #1D9585;
--teal-800: #156A5F;
--teal-900: #0D443D;
--teal-950: #082B26;
}