Teal
#15829D
CyanColor Codes
All color formats for development
HEX
#15829DRGB
rgb(21, 130, 157)HSL
hsl(192, 76%, 35%)OKLCH
oklch(0.563 0.098 220.2)CMYK
cmyk(87%, 17%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13758D
2#11687E
3#0F5B6E
4#0D4E5E
5#0B414F
6#09343F
7#06272F
8#041A1F
9#020D10
Tints
Lighter variations
1#199ABA
2#1DB2D7
3#33C0E3
4#50C9E7
5#6DD2EB
6#8ADBEF
7#A7E4F3
8#C5EDF7
9#E2F6FB
Tones
Muted variations
1#1C7E96
2#237A90
3#2A7689
4#317282
5#376E7B
6#3E6A74
7#45656E
8#4C6167
9#525D60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F5 #E0F5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5ED #C5EDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DF #98DFF1 | BordersInactive statesPlaceholder text |
| 400 | 62CE #62CEEA | Disabled statesSecondary iconsMuted text |
| 500 | 35C1 #35C1E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BA3 #1BA3C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1582 #15829D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5D #0F5D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3B #0A3B48 | Primary textHigh emphasis contentDark headings |
| 950 | 0625 #06252D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E0F5FB;
--teal-200: #C5EDF7;
--teal-300: #98DFF1;
--teal-400: #62CEEA;
--teal-500: #35C1E3;
--teal-600: #1BA3C5;
--teal-700: #15829D;
--teal-800: #0F5D70;
--teal-900: #0A3B48;
--teal-950: #06252D;
}