Teal
#0D70A5
BlueColor Codes
All color formats for development
HEX
#0D70A5RGB
rgb(13, 112, 165)HSL
hsl(201, 85%, 35%)OKLCH
oklch(0.521 0.116 240.5)CMYK
cmyk(92%, 32%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C6595
2#0B5A84
3#094E74
4#084363
5#073853
6#052D42
7#042232
8#031621
9#010B11
Tints
Lighter variations
1#1085C4
2#129AE2
3#28A9EE
4#47B5F0
5#66C1F3
6#84CEF5
7#A3DAF8
8#C2E6FA
9#E0F3FD
Tones
Muted variations
1#156E9E
2#1D6B96
3#24698E
4#2C6787
5#33657F
6#3B6278
7#426070
8#4A5E68
9#525C61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF2 #DEF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E6 #C2E6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D3 #92D3F6 | BordersInactive statesPlaceholder text |
| 400 | 5ABD #5ABDF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BAA #2BAAEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 118D #118DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D70 #0D70A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A50 #0A5076 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0633 #06334B | Primary textHigh emphasis contentDark headings |
| 950 | 0420 #04202F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FE;
--teal-100: #DEF2FC;
--teal-200: #C2E6FA;
--teal-300: #92D3F6;
--teal-400: #5ABDF2;
--teal-500: #2BAAEE;
--teal-600: #118DD0;
--teal-700: #0D70A5;
--teal-800: #0A5076;
--teal-900: #06334B;
--teal-950: #04202F;
}