Teal
#075578
BlueColor Codes
All color formats for development
HEX
#075578RGB
rgb(7, 85, 120)HSL
hsl(199, 89%, 25%)OKLCH
oklch(0.425 0.088 235.8)CMYK
cmyk(94%, 29%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064C6C
2#064460
3#053B54
4#043348
5#042A3C
6#032230
7#021924
8#011118
9#01080C
Tints
Lighter variations
1#096E9D
2#0B87C1
3#0DA1E5
4#26B2F2
5#4ABFF4
6#6ECBF7
7#93D8F9
8#B7E5FB
9#DBF2FD
Tones
Muted variations
1#0D5273
2#12506D
3#184E67
4#1E4C62
5#234A5C
6#294856
7#2F4651
8#34444B
9#3A4245
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E9 #C0E9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D7 #90D7F9 | BordersInactive statesPlaceholder text |
| 400 | 56C3 #56C3F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26B2 #26B2F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C95 #0C95D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A76 #0A76A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0755 #075578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0436 #04364D | Primary textHigh emphasis contentDark headings |
| 950 | 0322 #032230 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DDF3FD;
--teal-200: #C0E9FB;
--teal-300: #90D7F9;
--teal-400: #56C3F5;
--teal-500: #26B2F2;
--teal-600: #0C95D4;
--teal-700: #0A76A9;
--teal-800: #075578;
--teal-900: #04364D;
--teal-950: #032230;
}