Teal
#086D78
CyanColor Codes
All color formats for development
HEX
#086D78RGB
rgb(8, 109, 120)HSL
hsl(186, 88%, 25%)OKLCH
oklch(0.49 0.082 207.3)CMYK
cmyk(93%, 9%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07626C
2#065760
3#054C54
4#054148
5#04363C
6#032B30
7#022124
8#021618
9#010B0C
Tints
Lighter variations
1#0A8D9C
2#0CAEC0
3#0FCEE4
4#27DDF1
5#4BE3F4
6#6FE8F6
7#93EEF8
8#B7F4FA
9#DBF9FD
Tones
Muted variations
1#0D6872
2#13646D
3#185F67
4#1E5B61
5#24565C
6#295256
7#2F4D51
8#35494B
9#3A4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F5 #C1F5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EE #91EEF8 | BordersInactive statesPlaceholder text |
| 400 | 57E5 #57E5F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27DD #27DDF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DBF #0DBFD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B98 #0B98A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086D #086D78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0546 #05464D | Primary textHigh emphasis contentDark headings |
| 950 | 032B #032B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DDFAFD;
--teal-200: #C1F5FB;
--teal-300: #91EEF8;
--teal-400: #57E5F4;
--teal-500: #27DDF1;
--teal-600: #0DBFD3;
--teal-700: #0B98A8;
--teal-800: #086D78;
--teal-900: #05464D;
--teal-950: #032B30;
}