Teal
#159E99
CyanColor Codes
All color formats for development
HEX
#159E99RGB
rgb(21, 158, 153)HSL
hsl(178, 77%, 35%)OKLCH
oklch(0.633 0.106 190.8)CMYK
cmyk(87%, 0%, 3%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128E8A
2#107E7B
3#0E6F6B
4#0C5F5C
5#0A4F4D
6#083F3D
7#062F2E
8#04201F
9#02100F
Tints
Lighter variations
1#18BBB6
2#1CD9D2
3#32E4DE
4#4FE8E3
5#6CECE8
6#8AF0EC
7#A7F4F1
8#C4F7F6
9#E2FBFA
Tones
Muted variations
1#1B9793
2#22908D
3#298986
4#308280
5#377C79
6#3E7573
7#456E6C
8#4C6766
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EE | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAE6 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F716E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094846 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFA;
--teal-200: #C4F7F6;
--teal-300: #97F2EE;
--teal-400: #61EAE6;
--teal-500: #34E5DF;
--teal-600: #1AC7C1;
--teal-700: #159E99;
--teal-800: #0F716E;
--teal-900: #094846;
--teal-950: #062D2C;
}