Teal
#159E9E
CyanColor Codes
All color formats for development
HEX
#159E9ERGB
rgb(21, 158, 158)HSL
hsl(180, 77%, 35%)OKLCH
oklch(0.635 0.105 194.8)CMYK
cmyk(87%, 0%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128E8E
2#107E7E
3#0E6F6F
4#0C5F5F
5#0A4F4F
6#083F3F
7#062F2F
8#042020
9#021010
Tints
Lighter variations
1#18BBBB
2#1CD9D9
3#32E4E4
4#4FE8E8
5#6CECEC
6#8AF0F0
7#A7F4F4
8#C4F7F7
9#E2FBFB
Tones
Muted variations
1#1B9797
2#229090
3#298989
4#308282
5#377C7C
6#3E7575
7#456E6E
8#4C6767
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2F2 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAEA | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094848 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFB;
--teal-200: #C4F7F7;
--teal-300: #97F2F2;
--teal-400: #61EAEA;
--teal-500: #34E5E5;
--teal-600: #1AC7C7;
--teal-700: #159E9E;
--teal-800: #0F7171;
--teal-900: #094848;
--teal-950: #062D2D;
}