Teal
#1D9591
CyanColor Codes
All color formats for development
HEX
#1D9591RGB
rgb(29, 149, 145)HSL
hsl(178, 67%, 35%)OKLCH
oklch(0.608 0.098 191.4)CMYK
cmyk(81%, 0%, 3%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B8683
2#187774
3#156866
4#125957
5#0F4B49
6#0C3C3A
7#092D2C
8#061E1D
9#030F0F
Tints
Lighter variations
1#23B1AC
2#28CCC7
3#3DD9D4
4#59DEDA
5#75E4E0
6#90E9E6
7#ACEFEC
8#C8F4F3
9#E3FAF9
Tones
Muted variations
1#238F8B
2#298986
3#2F8380
4#357D7B
5#3B7775
6#417170
7#476B6A
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 #C8F4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE9 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2DE | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBB6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9591 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4442 | 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: #C8F4F3;
--teal-300: #9DECE9;
--teal-400: #6AE2DE;
--teal-500: #3FD9D4;
--teal-600: #25BBB6;
--teal-700: #1D9591;
--teal-800: #156A68;
--teal-900: #0D4442;
--teal-950: #082B29;
}