Teal
#15869D
CyanColor Codes
All color formats for development
HEX
#15869DRGB
rgb(21, 134, 157)HSL
hsl(190, 76%, 35%)OKLCH
oklch(0.573 0.097 216.3)CMYK
cmyk(87%, 15%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13798D
2#116C7E
3#0F5E6E
4#0D515E
5#0B434F
6#09363F
7#06282F
8#041B1F
9#020D10
Tints
Lighter variations
1#199FBA
2#1DB8D7
3#33C6E3
4#50CEE7
5#6DD6EB
6#8ADEEF
7#A7E6F3
8#C5EFF7
9#E2F7FB
Tones
Muted variations
1#1C8296
2#237D90
3#2A7989
4#317482
5#37707B
6#3E6B74
7#45676E
8#4C6267
9#525E60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F6 #E0F6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EF #C5EFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E2 #98E2F1 | BordersInactive statesPlaceholder text |
| 400 | 62D3 #62D3EA | Disabled statesSecondary iconsMuted text |
| 500 | 35C6 #35C6E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BA9 #1BA9C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1586 #15869D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F60 #0F6070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3D #0A3D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0626 #06262D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E0F6FB;
--teal-200: #C5EFF7;
--teal-300: #98E2F1;
--teal-400: #62D3EA;
--teal-500: #35C6E3;
--teal-600: #1BA9C5;
--teal-700: #15869D;
--teal-800: #0F6070;
--teal-900: #0A3D48;
--teal-950: #06262D;
}