Teal
#0A5776
BlueColor Codes
All color formats for development
HEX
#0A5776RGB
rgb(10, 87, 118)HSL
hsl(197, 84%, 25%)OKLCH
oklch(0.43 0.084 232.4)CMYK
cmyk(92%, 26%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094E6A
2#08465E
3#073D52
4#063446
5#052B3B
6#04232F
7#031A23
8#021117
9#01090C
Tints
Lighter variations
1#0D7198
2#108BBC
3#13A5DF
4#2CB6ED
5#4FC2F0
6#72CEF3
7#95DBF6
8#B9E7F9
9#DCF3FC
Tones
Muted variations
1#105570
2#15526B
3#1A5065
4#204E60
5#254B5B
6#2A4955
7#304750
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 | DEF4 #DEF4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EA #C2EAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93DA #93DAF6 | BordersInactive statesPlaceholder text |
| 400 | 5BC6 #5BC6F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CB6 #2CB6ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1299 #1299CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E7A #0E7AA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A57 #0A5775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0738 #07384B | Primary textHigh emphasis contentDark headings |
| 950 | 0423 #04232F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DEF4FC;
--teal-200: #C2EAFA;
--teal-300: #93DAF6;
--teal-400: #5BC6F1;
--teal-500: #2CB6ED;
--teal-600: #1299CE;
--teal-700: #0E7AA4;
--teal-800: #0A5775;
--teal-900: #07384B;
--teal-950: #04232F;
}