Teal
#0A5576
BlueColor Codes
All color formats for development
HEX
#0A5576RGB
rgb(10, 85, 118)HSL
hsl(198, 84%, 25%)OKLCH
oklch(0.425 0.086 234.6)CMYK
cmyk(92%, 28%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094D6A
2#08445E
3#073C52
4#063346
5#052B3B
6#04222F
7#031A23
8#021117
9#01090C
Tints
Lighter variations
1#0D6F98
2#1088BC
3#13A2DF
4#2CB3ED
5#4FC0F0
6#72CCF3
7#95D9F6
8#B9E6F9
9#DCF2FC
Tones
Muted variations
1#105370
2#15516B
3#1A4F65
4#204D60
5#254A5B
6#2A4855
7#304650
8#35444A
9#3A4245
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF3 #DEF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E9 #C2E9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93D8 #93D8F6 | BordersInactive statesPlaceholder text |
| 400 | 5BC4 #5BC4F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CB3 #2CB3ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1296 #1296CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E77 #0E77A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A55 #0A5575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0737 #07374B | Primary textHigh emphasis contentDark headings |
| 950 | 0422 #04222F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DEF3FC;
--teal-200: #C2E9FA;
--teal-300: #93D8F6;
--teal-400: #5BC4F1;
--teal-500: #2CB3ED;
--teal-600: #1296CE;
--teal-700: #0E77A4;
--teal-800: #0A5575;
--teal-900: #07374B;
--teal-950: #04222F;
}