Teal
#15899D
CyanColor Codes
All color formats for development
HEX
#15899DRGB
rgb(21, 137, 157)HSL
hsl(189, 76%, 35%)OKLCH
oklch(0.581 0.097 213.3)CMYK
cmyk(87%, 13%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#137B8D
2#116D7E
3#0F606E
4#0D525E
5#0B444F
6#09373F
7#06292F
8#041B1F
9#020E10
Tints
Lighter variations
1#19A2BA
2#1DBCD7
3#33C9E3
4#50D0E7
5#6DD8EB
6#8AE0EF
7#A7E8F3
8#C5EFF7
9#E2F7FB
Tones
Muted variations
1#1C8496
2#237F90
3#2A7A89
4#317682
5#37717B
6#3E6C74
7#45676E
8#4C6367
9#525E60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EF #C5EFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E4 #98E4F1 | BordersInactive statesPlaceholder text |
| 400 | 62D5 #62D5EA | Disabled statesSecondary iconsMuted text |
| 500 | 35C9 #35C9E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BAC #1BACC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1589 #15899D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F62 #0F6270 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3F #0A3F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0627 #06272D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E0F7FB;
--teal-200: #C5EFF7;
--teal-300: #98E4F1;
--teal-400: #62D5EA;
--teal-500: #35C9E3;
--teal-600: #1BACC5;
--teal-700: #15899D;
--teal-800: #0F6270;
--teal-900: #0A3F48;
--teal-950: #06272D;
}