Teal
#0A5075
BlueColor Codes
All color formats for development
HEX
#0A5075RGB
rgb(10, 80, 117)HSL
hsl(201, 84%, 25%)OKLCH
oklch(0.411 0.088 239.3)CMYK
cmyk(91%, 32%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09486A
2#08405E
3#073852
4#063046
5#05283B
6#04202F
7#031823
8#021017
9#01080C
Tints
Lighter variations
1#0D6898
2#1080BC
3#1398DF
4#2CA9ED
5#4FB7F0
6#72C6F3
7#95D4F6
8#B9E2F9
9#DCF1FC
Tones
Muted variations
1#104E70
2#154D6B
3#1A4B65
4#204960
5#25485B
6#2A4655
7#304550
8#35434A
9#3A4145
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;
}