Teal
#085D77
CyanColor Codes
All color formats for development
HEX
#085D77RGB
rgb(8, 93, 119)HSL
hsl(194, 87%, 25%)OKLCH
oklch(0.446 0.083 226)CMYK
cmyk(93%, 22%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07546B
2#074B5F
3#064153
4#053848
5#042F3C
6#032530
7#021C24
8#021318
9#01090C
Tints
Lighter variations
1#0B799B
2#0D95BF
3#10B1E3
4#28C1F0
5#4CCCF3
6#70D6F5
7#94E0F8
8#B7EAFA
9#DBF5FD
Tones
Muted variations
1#0E5A72
2#13576C
3#195467
4#1E5161
5#244F5B
6#2A4C56
7#2F4950
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 | DEF5 #DEF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1ED #C1EDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E0 #91E0F7 | BordersInactive statesPlaceholder text |
| 400 | 58CF #58CFF3 | Disabled statesSecondary iconsMuted text |
| 500 | 28C1 #28C1F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FA4 #0FA4D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C83 #0C83A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085D #085D77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053C #053C4C | 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: #DEF5FD;
--teal-200: #C1EDFB;
--teal-300: #91E0F7;
--teal-400: #58CFF3;
--teal-500: #28C1F0;
--teal-600: #0FA4D2;
--teal-700: #0C83A7;
--teal-800: #085D77;
--teal-900: #053C4C;
--teal-950: #032530;
}