Teal
#075878
BlueColor Codes
All color formats for development
HEX
#075878RGB
rgb(7, 88, 120)HSL
hsl(197, 89%, 25%)OKLCH
oklch(0.433 0.086 232.6)CMYK
cmyk(94%, 27%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06506C
2#064760
3#053E54
4#043548
5#042C3C
6#032330
7#021B24
8#011218
9#01090C
Tints
Lighter variations
1#09739D
2#0B8DC1
3#0DA8E5
4#26B9F2
5#4AC4F4
6#6ED0F7
7#93DCF9
8#B7E8FB
9#DBF3FD
Tones
Muted variations
1#0D5673
2#12536D
3#185167
4#1E4F62
5#234C5C
6#294A56
7#2F4751
8#34454B
9#3A4245
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EB #C0EBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90DB #90DBF9 | BordersInactive statesPlaceholder text |
| 400 | 56C8 #56C8F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26B9 #26B9F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C9B #0C9BD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A7C #0A7CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0758 #075878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0439 #04394D | Primary textHigh emphasis contentDark headings |
| 950 | 0323 #032330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DDF4FD;
--teal-200: #C0EBFB;
--teal-300: #90DBF9;
--teal-400: #56C8F5;
--teal-500: #26B9F2;
--teal-600: #0C9BD4;
--teal-700: #0A7CA9;
--teal-800: #075878;
--teal-900: #04394D;
--teal-950: #032330;
}