Teal
#086578
CyanColor Codes
All color formats for development
HEX
#086578RGB
rgb(8, 101, 120)HSL
hsl(190, 88%, 25%)OKLCH
oklch(0.468 0.081 217.1)CMYK
cmyk(93%, 16%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#075B6C
2#065160
3#054754
4#053D48
5#04333C
6#032830
7#021E24
8#021418
9#010A0C
Tints
Lighter variations
1#0A839C
2#0CA2C0
3#0FC0E4
4#27D0F1
5#4BD7F4
6#6FDFF6
7#93E7F8
8#B7EFFA
9#DBF7FD
Tones
Muted variations
1#0D6172
2#135E6D
3#185A67
4#1E5661
5#24525C
6#294F56
7#2F4B51
8#35474B
9#3A4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F1 #C1F1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E7 #91E7F8 | BordersInactive statesPlaceholder text |
| 400 | 57DA #57DAF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27D0 #27D0F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DB2 #0DB2D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B8E #0B8EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0865 #086578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0541 #05414D | Primary textHigh emphasis contentDark headings |
| 950 | 0328 #032830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DDF8FD;
--teal-200: #C1F1FB;
--teal-300: #91E7F8;
--teal-400: #57DAF4;
--teal-500: #27D0F1;
--teal-600: #0DB2D3;
--teal-700: #0B8EA8;
--teal-800: #086578;
--teal-900: #05414D;
--teal-950: #032830;
}