Teal
#15749D
BlueColor Codes
All color formats for development
HEX
#15749DRGB
rgb(21, 116, 157)HSL
hsl(198, 76%, 35%)OKLCH
oklch(0.527 0.103 233.5)CMYK
cmyk(87%, 26%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13698D
2#115D7E
3#0F516E
4#0D465E
5#0B3A4F
6#092F3F
7#06232F
8#04171F
9#020C10
Tints
Lighter variations
1#198ABA
2#1DA0D7
3#33AEE3
4#50BAE7
5#6DC5EB
6#8AD1EF
7#A7DCF3
8#C5E8F7
9#E2F3FB
Tones
Muted variations
1#1C7296
2#236F90
3#2A6C89
4#316A82
5#37677B
6#3E6474
7#45616E
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 | C5E8 #C5E8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D6 #98D6F1 | BordersInactive statesPlaceholder text |
| 400 | 62C1 #62C1EA | Disabled statesSecondary iconsMuted text |
| 500 | 35AF #35AFE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B92 #1B92C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1574 #15749D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F53 #0F5370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A35 #0A3548 | Primary textHigh emphasis contentDark headings |
| 950 | 0621 #06212D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E0F3FB;
--teal-200: #C5E8F7;
--teal-300: #98D6F1;
--teal-400: #62C1EA;
--teal-500: #35AFE3;
--teal-600: #1B92C5;
--teal-700: #15749D;
--teal-800: #0F5370;
--teal-900: #0A3548;
--teal-950: #06212D;
}