Teal
#146C9F
BlueColor Codes
All color formats for development
HEX
#146C9FRGB
rgb(20, 108, 159)HSL
hsl(202, 78%, 35%)OKLCH
oklch(0.508 0.112 241.2)CMYK
cmyk(87%, 32%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12618F
2#10567F
3#0E4B6F
4#0C415F
5#0A364F
6#082B40
7#062030
8#041620
9#020B10
Tints
Lighter variations
1#1780BC
2#1B94DA
3#30A3E5
4#4EB0E9
5#6BBDED
6#89CAF0
7#A6D8F4
8#C4E5F8
9#E1F2FB
Tones
Muted variations
1#1B6A98
2#226891
3#29668A
4#2F6483
5#36637C
6#3D6175
7#445F6E
8#4B5D67
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 #C4E5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D1 #97D1F2 | BordersInactive statesPlaceholder text |
| 400 | 60B8 #60B8EB | Disabled statesSecondary iconsMuted text |
| 500 | 33A4 #33A4E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1988 #1988C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 146C #146C9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4D #0E4D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0931 #093149 | 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: #C4E5F8;
--teal-300: #97D1F2;
--teal-400: #60B8EB;
--teal-500: #33A4E6;
--teal-600: #1988C8;
--teal-700: #146C9F;
--teal-800: #0E4D71;
--teal-900: #093149;
--teal-950: #061F2D;
}