Teal
#1D958D
CyanColor Codes
All color formats for development
HEX
#1D958DRGB
rgb(29, 149, 141)HSL
hsl(176, 67%, 35%)OKLCH
oklch(0.607 0.099 187.9)CMYK
cmyk(81%, 0%, 5%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B867F
2#187771
3#156863
4#125955
5#0F4B47
6#0C3C38
7#092D2A
8#061E1C
9#030F0E
Tints
Lighter variations
1#23B1A7
2#28CCC1
3#3DD9CE
4#59DED5
5#75E4DC
6#90E9E3
7#ACEFEA
8#C8F4F1
9#E3FAF8
Tones
Muted variations
1#238F88
2#298983
3#2F837E
4#357D78
5#3B7773
6#41716E
7#476B69
8#4D6564
9#535F5E
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 #C8F4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE6 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2DA | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D958D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4440 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E1F9F8;
--teal-200: #C8F4F1;
--teal-300: #9DECE6;
--teal-400: #6AE2DA;
--teal-500: #3FD9CF;
--teal-600: #25BBB1;
--teal-700: #1D958D;
--teal-800: #156A65;
--teal-900: #0D4440;
--teal-950: #082B28;
}