Teal
#156E9D
BlueColor Codes
All color formats for development
HEX
#156E9DRGB
rgb(21, 110, 157)HSL
hsl(201, 76%, 35%)OKLCH
oklch(0.512 0.107 238.6)CMYK
cmyk(87%, 30%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13638D
2#11587E
3#0F4D6E
4#0D425E
5#0B374F
6#092C3F
7#06212F
8#04161F
9#020B10
Tints
Lighter variations
1#1982BA
2#1D96D7
3#33A5E3
4#50B2E7
5#6DBFEB
6#8ACCEF
7#A7D9F3
8#C5E5F7
9#E2F2FB
Tones
Muted variations
1#1C6C96
2#236A90
3#2A6789
4#316582
5#37637B
6#3E6174
7#455F6E
8#4C5D67
9#525B60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F1 #E0F1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E5 #C5E5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D2 #98D2F1 | BordersInactive statesPlaceholder text |
| 400 | 62BA #62BAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35A6 #35A6E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B8A #1B8AC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 156E #156E9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F4E #0F4E70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A32 #0A3248 | Primary textHigh emphasis contentDark headings |
| 950 | 061F #061F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FD;
--teal-100: #E0F1FB;
--teal-200: #C5E5F7;
--teal-300: #98D2F1;
--teal-400: #62BAEA;
--teal-500: #35A6E3;
--teal-600: #1B8AC5;
--teal-700: #156E9D;
--teal-800: #0F4E70;
--teal-900: #0A3248;
--teal-950: #061F2D;
}