Teal
#085478
BlueColor Codes
All color formats for development
HEX
#085478RGB
rgb(8, 84, 120)HSL
hsl(199, 88%, 25%)OKLCH
oklch(0.423 0.089 237)CMYK
cmyk(93%, 30%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074C6C
2#064360
3#053B54
4#053348
5#042A3C
6#032230
7#021924
8#021118
9#01080C
Tints
Lighter variations
1#0A6E9C
2#0C87C0
3#0FA0E4
4#27B1F1
5#4BBEF4
6#6FCBF6
7#93D8F8
8#B7E5FA
9#DBF2FD
Tones
Muted variations
1#0D5272
2#13506D
3#184E67
4#1E4C61
5#244A5C
6#294856
7#2F4651
8#35444B
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 | C1E9 #C1E9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D7 #91D7F8 | BordersInactive statesPlaceholder text |
| 400 | 57C3 #57C3F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27B1 #27B1F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D94 #0D94D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B76 #0B76A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0854 #085478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0536 #05364D | 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: #C1E9FB;
--teal-300: #91D7F8;
--teal-400: #57C3F4;
--teal-500: #27B1F1;
--teal-600: #0D94D3;
--teal-700: #0B76A8;
--teal-800: #085478;
--teal-900: #05364D;
--teal-950: #032230;
}