Teal
#0E70A4
BlueColor Codes
All color formats for development
HEX
#0E70A4RGB
rgb(14, 112, 164)HSL
hsl(201, 84%, 35%)OKLCH
oklch(0.52 0.115 240.1)CMYK
cmyk(91%, 32%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6594
2#0B5983
3#0A4E73
4#094363
5#073852
6#062D42
7#042231
8#031621
9#010B10
Tints
Lighter variations
1#1184C3
2#1499E1
3#2AA8EC
4#48B5EF
5#67C1F2
6#85CDF4
7#A4DAF7
8#C2E6FA
9#E1F3FC
Tones
Muted variations
1#166D9D
2#1D6B95
3#25698E
4#2C6786
5#34647F
6#3B6277
7#436070
8#4A5E68
9#525B61
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 | 93D3 #93D3F6 | BordersInactive statesPlaceholder text |
| 400 | 5BBC #5BBCF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CA9 #2CA9ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 128C #128CCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E70 #0E70A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A50 #0A5075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0733 #07334B | 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: #93D3F6;
--teal-400: #5BBCF1;
--teal-500: #2CA9ED;
--teal-600: #128CCE;
--teal-700: #0E70A4;
--teal-800: #0A5075;
--teal-900: #07334B;
--teal-950: #04202F;
}