Teal
#147A9F
BlueColor Codes
All color formats for development
HEX
#147A9FRGB
rgb(20, 122, 159)HSL
hsl(196, 78%, 35%)OKLCH
oklch(0.543 0.102 229.3)CMYK
cmyk(87%, 23%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#126E8F
2#10617F
3#0E556F
4#0C495F
5#0A3D4F
6#083140
7#062530
8#041820
9#020C10
Tints
Lighter variations
1#1790BC
2#1BA7DA
3#30B5E5
4#4EC0E9
5#6BCAED
6#89D5F0
7#A6DFF4
8#C4EAF8
9#E1F4FB
Tones
Muted variations
1#1B7698
2#227391
3#29708A
4#2F6D83
5#36697C
6#3D6675
7#44636E
8#4B6067
9#525C60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EA #C4EAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97DA #97DAF2 | BordersInactive statesPlaceholder text |
| 400 | 60C6 #60C6EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B6 #33B6E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1999 #1999C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 147A #147A9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E57 #0E5771 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0938 #093849 | Primary textHigh emphasis contentDark headings |
| 950 | 0623 #06232D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFD;
--teal-100: #DFF4FB;
--teal-200: #C4EAF8;
--teal-300: #97DAF2;
--teal-400: #60C6EB;
--teal-500: #33B6E6;
--teal-600: #1999C8;
--teal-700: #147A9F;
--teal-800: #0E5771;
--teal-900: #093849;
--teal-950: #06232D;
}