Teal
#156C9E
BlueColor Codes
All color formats for development
HEX
#156C9ERGB
rgb(21, 108, 158)HSL
hsl(202, 77%, 35%)OKLCH
oklch(0.508 0.11 240.8)CMYK
cmyk(87%, 32%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12618E
2#10567E
3#0E4B6F
4#0C415F
5#0A364F
6#082B3F
7#06202F
8#041620
9#020B10
Tints
Lighter variations
1#1880BB
2#1C94D9
3#32A3E4
4#4FB0E8
5#6CBDEC
6#8ACAF0
7#A7D7F4
8#C4E5F7
9#E2F2FB
Tones
Muted variations
1#1B6A97
2#226890
3#296689
4#306482
5#37627C
6#3E6175
7#455F6E
8#4C5D67
9#525B60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E5 #C4E5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D0 #97D0F2 | BordersInactive statesPlaceholder text |
| 400 | 61B8 #61B8EA | Disabled statesSecondary iconsMuted text |
| 500 | 34A4 #34A4E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A87 #1A87C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 156C #156C9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F4D #0F4D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0931 #093148 | 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: #F1F9FD;
--teal-100: #DFF1FB;
--teal-200: #C4E5F7;
--teal-300: #97D0F2;
--teal-400: #61B8EA;
--teal-500: #34A4E5;
--teal-600: #1A87C7;
--teal-700: #156C9E;
--teal-800: #0F4D71;
--teal-900: #093148;
--teal-950: #061F2D;
}