Teal
#075178
BlueColor Codes
All color formats for development
HEX
#075178RGB
rgb(7, 81, 120)HSL
hsl(201, 89%, 25%)OKLCH
oklch(0.415 0.092 239.9)CMYK
cmyk(94%, 33%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06496C
2#064160
3#053954
4#043048
5#04283C
6#032030
7#021824
8#011018
9#01080C
Tints
Lighter variations
1#09699D
2#0B81C1
3#0D99E5
4#26ABF2
5#4AB9F4
6#6EC7F7
7#93D5F9
8#B7E3FB
9#DBF1FD
Tones
Muted variations
1#0D4F73
2#124D6D
3#184C67
4#1E4A62
5#23485C
6#294756
7#2F4551
8#34434B
9#3A4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E7 #C0E7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D4 #90D4F9 | BordersInactive statesPlaceholder text |
| 400 | 56BE #56BEF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26AB #26ABF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C8E #0C8ED4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A71 #0A71A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0751 #075178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0434 #04344D | Primary textHigh emphasis contentDark headings |
| 950 | 0320 #032030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FE;
--teal-100: #DDF2FD;
--teal-200: #C0E7FB;
--teal-300: #90D4F9;
--teal-400: #56BEF5;
--teal-500: #26ABF2;
--teal-600: #0C8ED4;
--teal-700: #0A71A9;
--teal-800: #075178;
--teal-900: #04344D;
--teal-950: #032030;
}