Teal
#075C78
BlueColor Codes
All color formats for development
HEX
#075C78RGB
rgb(7, 92, 120)HSL
hsl(195, 89%, 25%)OKLCH
oklch(0.444 0.084 228)CMYK
cmyk(94%, 23%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06536C
2#064A60
3#054054
4#043748
5#042E3C
6#032530
7#021C24
8#011218
9#01090C
Tints
Lighter variations
1#09789D
2#0B93C1
3#0DAFE5
4#26BFF2
5#4ACAF4
6#6ED5F7
7#93DFF9
8#B7EAFB
9#DBF4FD
Tones
Muted variations
1#0D5973
2#12566D
3#185467
4#1E5162
5#234E5C
6#294B56
7#2F4851
8#34454B
9#3A4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0ED #C0EDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90DE #90DEF9 | BordersInactive statesPlaceholder text |
| 400 | 56CD #56CDF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26BF #26BFF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CA2 #0CA2D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A81 #0A81A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 075C #075C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043B #043B4D | Primary textHigh emphasis contentDark headings |
| 950 | 0325 #032530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DDF5FD;
--teal-200: #C0EDFB;
--teal-300: #90DEF9;
--teal-400: #56CDF5;
--teal-500: #26BFF2;
--teal-600: #0CA2D4;
--teal-700: #0A81A9;
--teal-800: #075C78;
--teal-900: #043B4D;
--teal-950: #032530;
}