Teal
#085278
BlueColor Codes
All color formats for development
HEX
#085278RGB
rgb(8, 82, 120)HSL
hsl(200, 88%, 25%)OKLCH
oklch(0.418 0.091 239.1)CMYK
cmyk(93%, 32%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074A6C
2#064260
3#053A54
4#053148
5#04293C
6#032130
7#021924
8#021018
9#01080C
Tints
Lighter variations
1#0A6B9C
2#0C84C0
3#0F9DE4
4#27AEF1
5#4BBBF4
6#6FC9F6
7#93D6F8
8#B7E4FA
9#DBF1FD
Tones
Muted variations
1#0D5172
2#134F6D
3#184D67
4#1E4B61
5#24495C
6#294756
7#2F4551
8#35434B
9#3A4245
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E8 #C1E8FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D6 #91D6F8 | BordersInactive statesPlaceholder text |
| 400 | 57C0 #57C0F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27AE #27AEF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D91 #0D91D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B73 #0B73A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0852 #085278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0535 #05354D | Primary textHigh emphasis contentDark headings |
| 950 | 0321 #032130 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DDF2FD;
--teal-200: #C1E8FB;
--teal-300: #91D6F8;
--teal-400: #57C0F4;
--teal-500: #27AEF1;
--teal-600: #0D91D3;
--teal-700: #0B73A8;
--teal-800: #085278;
--teal-900: #05354D;
--teal-950: #032130;
}