Teal
#15779D
BlueColor Codes
All color formats for development
HEX
#15779DRGB
rgb(21, 119, 157)HSL
hsl(197, 76%, 35%)OKLCH
oklch(0.535 0.102 230.8)CMYK
cmyk(87%, 24%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#136B8D
2#115F7E
3#0F536E
4#0D475E
5#0B3B4F
6#092F3F
7#06242F
8#04181F
9#020C10
Tints
Lighter variations
1#198DBA
2#1DA3D7
3#33B1E3
4#50BCE7
5#6DC7EB
6#8AD3EF
7#A7DEF3
8#C5E9F7
9#E2F4FB
Tones
Muted variations
1#1C7496
2#237190
3#2A6E89
4#316B82
5#37687B
6#3E6574
7#45626E
8#4C5F67
9#525C60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F3 #E0F3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E9 #C5E9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D8 #98D8F1 | BordersInactive statesPlaceholder text |
| 400 | 62C3 #62C3EA | Disabled statesSecondary iconsMuted text |
| 500 | 35B2 #35B2E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B95 #1B95C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1577 #15779D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F55 #0F5570 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A36 #0A3648 | Primary textHigh emphasis contentDark headings |
| 950 | 0622 #06222D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E0F3FB;
--teal-200: #C5E9F7;
--teal-300: #98D8F1;
--teal-400: #62C3EA;
--teal-500: #35B2E3;
--teal-600: #1B95C5;
--teal-700: #15779D;
--teal-800: #0F5570;
--teal-900: #0A3648;
--teal-950: #06222D;
}