Teal
#085E78
CyanColor Codes
All color formats for development
HEX
#085E78RGB
rgb(8, 94, 120)HSL
hsl(194, 88%, 25%)OKLCH
oklch(0.449 0.083 225.7)CMYK
cmyk(93%, 22%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07546C
2#064B60
3#054254
4#053848
5#042F3C
6#032530
7#021C24
8#021318
9#01090C
Tints
Lighter variations
1#0A7A9C
2#0C96C0
3#0FB2E4
4#27C2F1
5#4BCCF4
6#6FD6F6
7#93E1F8
8#B7EBFA
9#DBF5FD
Tones
Muted variations
1#0D5B72
2#13586D
3#185567
4#1E5261
5#244F5C
6#294C56
7#2F4951
8#35464B
9#3A4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1ED #C1EDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E0 #91E0F8 | BordersInactive statesPlaceholder text |
| 400 | 57D0 #57D0F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27C2 #27C2F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DA5 #0DA5D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B83 #0B83A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085E #085E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053C #053C4D | Primary textHigh emphasis contentDark headings |
| 950 | 0325 #032530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DDF6FD;
--teal-200: #C1EDFB;
--teal-300: #91E0F8;
--teal-400: #57D0F4;
--teal-500: #27C2F1;
--teal-600: #0DA5D3;
--teal-700: #0B83A8;
--teal-800: #085E78;
--teal-900: #053C4D;
--teal-950: #032530;
}