Teal
#085178
BlueColor Codes
All color formats for development
HEX
#085178RGB
rgb(8, 81, 120)HSL
hsl(201, 88%, 25%)OKLCH
oklch(0.415 0.091 240.1)CMYK
cmyk(93%, 33%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07496C
2#064060
3#053854
4#053048
5#04283C
6#032030
7#021824
8#021018
9#01080C
Tints
Lighter variations
1#0A699C
2#0C81C0
3#0F99E4
4#27ABF1
5#4BB9F4
6#6FC7F6
7#93D5F8
8#B7E3FA
9#DBF1FD
Tones
Muted variations
1#0D4F72
2#134D6D
3#184C67
4#1E4A61
5#24485C
6#294656
7#2F4551
8#35434B
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 | C1E7 #C1E7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D4 #91D4F8 | BordersInactive statesPlaceholder text |
| 400 | 57BD #57BDF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27AB #27ABF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D8E #0D8ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B71 #0B71A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0851 #085178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0534 #05344D | 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: #C1E7FB;
--teal-300: #91D4F8;
--teal-400: #57BDF4;
--teal-500: #27ABF1;
--teal-600: #0D8ED3;
--teal-700: #0B71A8;
--teal-800: #085178;
--teal-900: #05344D;
--teal-950: #032030;
}