Teal
#1D958F
CyanColor Codes
All color formats for development
HEX
#1D958FRGB
rgb(29, 149, 143)HSL
hsl(177, 67%, 35%)OKLCH
oklch(0.607 0.099 189.6)CMYK
cmyk(81%, 0%, 4%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8681
2#187772
3#156864
4#125956
5#0F4B48
6#0C3C39
7#092D2B
8#061E1D
9#030F0E
Tints
Lighter variations
1#23B1AA
2#28CCC4
3#3DD9D1
4#59DED8
5#75E4DE
6#90E9E5
7#ACEFEB
8#C8F4F2
9#E3FAF8
Tones
Muted variations
1#238F8A
2#298984
3#2F837F
4#357D7A
5#3B7774
6#41716F
7#476B69
8#4D6564
9#535F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE8 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2DC | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D958F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4441 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E1F9F8;
--teal-200: #C8F4F2;
--teal-300: #9DECE8;
--teal-400: #6AE2DC;
--teal-500: #3FD9D1;
--teal-600: #25BBB4;
--teal-700: #1D958F;
--teal-800: #156A66;
--teal-900: #0D4441;
--teal-950: #082B29;
}