Teal
#159D90
CyanColor Codes
All color formats for development
HEX
#159D90RGB
rgb(21, 157, 144)HSL
hsl(174, 76%, 35%)OKLCH
oklch(0.627 0.107 184.4)CMYK
cmyk(87%, 0%, 8%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D81
2#117E73
3#0F6E64
4#0D5E56
5#0B4F48
6#093F39
7#062F2B
8#041F1D
9#02100E
Tints
Lighter variations
1#19BAAA
2#1DD7C5
3#33E3D2
4#50E7D8
5#6DEBDF
6#8AEFE5
7#A7F3EC
8#C5F7F2
9#E2FBF9
Tones
Muted variations
1#1C968A
2#239085
3#2A897F
4#31827A
5#377B74
6#3E746F
7#456E6A
8#4C6764
9#52605F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E8 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EADC | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7067 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4842 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E0FBF8;
--teal-200: #C5F7F2;
--teal-300: #98F1E8;
--teal-400: #62EADC;
--teal-500: #35E3D2;
--teal-600: #1BC5B4;
--teal-700: #159D90;
--teal-800: #0F7067;
--teal-900: #0A4842;
--teal-950: #062D29;
}