Teal
#15709D
BlueColor Codes
All color formats for development
HEX
#15709DRGB
rgb(21, 112, 157)HSL
hsl(200, 76%, 35%)OKLCH
oklch(0.517 0.106 237)CMYK
cmyk(87%, 29%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13658D
2#11597E
3#0F4E6E
4#0D435E
5#0B384F
6#092D3F
7#06222F
8#04161F
9#020B10
Tints
Lighter variations
1#1985BA
2#1D99D7
3#33A8E3
4#50B5E7
5#6DC1EB
6#8ACDEF
7#A7DAF3
8#C5E6F7
9#E2F3FB
Tones
Muted variations
1#1C6E96
2#236B90
3#2A6989
4#316782
5#37657B
6#3E6274
7#45606E
8#4C5E67
9#525C60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E6 #C5E6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D3 #98D3F1 | BordersInactive statesPlaceholder text |
| 400 | 62BC #62BCEA | Disabled statesSecondary iconsMuted text |
| 500 | 35A9 #35A9E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B8D #1B8DC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1570 #15709D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F50 #0F5070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A33 #0A3348 | Primary textHigh emphasis contentDark headings |
| 950 | 0620 #06202D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FD;
--teal-100: #E0F2FB;
--teal-200: #C5E6F7;
--teal-300: #98D3F1;
--teal-400: #62BCEA;
--teal-500: #35A9E3;
--teal-600: #1B8DC5;
--teal-700: #15709D;
--teal-800: #0F5070;
--teal-900: #0A3348;
--teal-950: #06202D;
}