Teal
#1D9581
CyanColor Codes
All color formats for development
HEX
#1D9581RGB
rgb(29, 149, 129)HSL
hsl(170, 67%, 35%)OKLCH
oklch(0.603 0.104 178.1)CMYK
cmyk(81%, 0%, 13%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8674
2#187767
3#15685A
4#12594D
5#0F4B41
6#0C3C34
7#092D27
8#061E1A
9#030F0D
Tints
Lighter variations
1#23B199
2#28CCB1
3#3DD9BF
4#59DEC8
5#75E4D1
6#90E9DA
7#ACEFE3
8#C8F4ED
9#E3FAF6
Tones
Muted variations
1#238F7D
2#298979
3#2F8375
4#357D71
5#3B776D
6#417169
7#476B65
8#4D6561
9#535F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECDF | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2CE | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D443B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFB;
--teal-100: #E1F9F5;
--teal-200: #C8F4ED;
--teal-300: #9DECDF;
--teal-400: #6AE2CE;
--teal-500: #3FD9C0;
--teal-600: #25BBA2;
--teal-700: #1D9581;
--teal-800: #156A5C;
--teal-900: #0D443B;
--teal-950: #082B25;
}