Teal
#1D8595
CyanColor Codes
All color formats for development
HEX
#1D8595RGB
rgb(29, 133, 149)HSL
hsl(188, 67%, 35%)OKLCH
oklch(0.568 0.091 210.7)CMYK
cmyk(81%, 11%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B7886
2#186A77
3#155D68
4#125059
5#0F434B
6#0C353C
7#09282D
8#061B1E
9#030D0F
Tints
Lighter variations
1#239EB1
2#28B7CC
3#3DC4D9
4#59CCDE
5#75D5E4
6#90DDE9
7#ACE6EF
8#C8EEF4
9#E3F7FA
Tones
Muted variations
1#23818F
2#297C89
3#2F7883
4#35747D
5#3B6F77
6#416B71
7#47666B
8#4D6265
9#535E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EE #C8EEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DE1 #9DE1EC | BordersInactive statesPlaceholder text |
| 400 | 6AD2 #6AD2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FC5 #3FC5D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25A7 #25A7BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D85 #1D8595 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 155F #155F6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3D #0D3D44 | Primary textHigh emphasis contentDark headings |
| 950 | 0826 #08262B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E1F6F9;
--teal-200: #C8EEF4;
--teal-300: #9DE1EC;
--teal-400: #6AD2E2;
--teal-500: #3FC5D9;
--teal-600: #25A7BB;
--teal-700: #1D8595;
--teal-800: #155F6A;
--teal-900: #0D3D44;
--teal-950: #08262B;
}