Teal
#15849D
CyanColor Codes
All color formats for development
HEX
#15849DRGB
rgb(21, 132, 157)HSL
hsl(191, 76%, 35%)OKLCH
oklch(0.568 0.098 218.2)CMYK
cmyk(87%, 16%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13778D
2#116A7E
3#0F5D6E
4#0D4F5E
5#0B424F
6#09353F
7#06282F
8#041A1F
9#020D10
Tints
Lighter variations
1#199DBA
2#1DB5D7
3#33C3E3
4#50CBE7
5#6DD4EB
6#8ADDEF
7#A7E5F3
8#C5EEF7
9#E2F6FB
Tones
Muted variations
1#1C8096
2#237C90
3#2A7789
4#317382
5#376F7B
6#3E6A74
7#45666E
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 | C5EE #C5EEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E1 #98E1F1 | BordersInactive statesPlaceholder text |
| 400 | 62D1 #62D1EA | Disabled statesSecondary iconsMuted text |
| 500 | 35C3 #35C3E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BA6 #1BA6C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1584 #15849D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5E #0F5E70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3C #0A3C48 | 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: #C5EEF7;
--teal-300: #98E1F1;
--teal-400: #62D1EA;
--teal-500: #35C3E3;
--teal-600: #1BA6C5;
--teal-700: #15849D;
--teal-800: #0F5E70;
--teal-900: #0A3C48;
--teal-950: #06262D;
}