Teal
#1D9583
CyanColor Codes
All color formats for development
HEX
#1D9583RGB
rgb(29, 149, 131)HSL
hsl(171, 67%, 35%)OKLCH
oklch(0.603 0.103 179.6)CMYK
cmyk(81%, 0%, 12%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8676
2#187769
3#15685C
4#12594F
5#0F4B42
6#0C3C34
7#092D27
8#061E1A
9#030F0D
Tints
Lighter variations
1#23B19B
2#28CCB4
3#3DD9C1
4#59DECA
5#75E4D3
6#90E9DC
7#ACEFE5
8#C8F4ED
9#E3FAF6
Tones
Muted variations
1#238F7F
2#29897B
3#2F8377
4#357D72
5#3B776E
6#41716A
7#476B66
8#4D6562
9#535F5D
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 #C8F4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE0 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2D0 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9583 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D443C | 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: #E1F9F6;
--teal-200: #C8F4ED;
--teal-300: #9DECE0;
--teal-400: #6AE2D0;
--teal-500: #3FD9C2;
--teal-600: #25BBA5;
--teal-700: #1D9583;
--teal-800: #156A5E;
--teal-900: #0D443C;
--teal-950: #082B25;
}