Teal
#158E9E
CyanColor Codes
All color formats for development
HEX
#158E9ERGB
rgb(21, 142, 158)HSL
hsl(187, 77%, 35%)OKLCH
oklch(0.594 0.098 209.3)CMYK
cmyk(87%, 10%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12808E
2#10727E
3#0E636F
4#0C555F
5#0A474F
6#08393F
7#062B2F
8#041C20
9#020E10
Tints
Lighter variations
1#18A8BB
2#1CC3D9
3#32CFE4
4#4FD6E8
5#6CDDEC
6#8AE4F0
7#A7EBF4
8#C4F1F7
9#E2F8FB
Tones
Muted variations
1#1B8997
2#228390
3#297E89
4#307982
5#37747C
6#3E6E75
7#45696E
8#4C6467
9#525F60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F1 #C4F1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E7 #97E7F2 | BordersInactive statesPlaceholder text |
| 400 | 61DA #61DAEA | Disabled statesSecondary iconsMuted text |
| 500 | 34D0 #34D0E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AB2 #1AB2C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 158E #158E9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F65 #0F6571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0941 #094148 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFD;
--teal-100: #DFF8FB;
--teal-200: #C4F1F7;
--teal-300: #97E7F2;
--teal-400: #61DAEA;
--teal-500: #34D0E5;
--teal-600: #1AB2C7;
--teal-700: #158E9E;
--teal-800: #0F6571;
--teal-900: #094148;
--teal-950: #06292D;
}