Teal
#086078
CyanColor Codes
All color formats for development
HEX
#086078RGB
rgb(8, 96, 120)HSL
hsl(193, 88%, 25%)OKLCH
oklch(0.455 0.082 223.3)CMYK
cmyk(93%, 20%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07566C
2#064C60
3#054354
4#053948
5#04303C
6#032630
7#021D24
8#021318
9#010A0C
Tints
Lighter variations
1#0A7C9C
2#0C99C0
3#0FB6E4
4#27C5F1
5#4BCFF4
6#6FD9F6
7#93E2F8
8#B7ECFA
9#DBF5FD
Tones
Muted variations
1#0D5C72
2#13596D
3#185667
4#1E5361
5#24505C
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 | C1EE #C1EEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E2 #91E2F8 | BordersInactive statesPlaceholder text |
| 400 | 57D2 #57D2F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27C5 #27C5F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DA8 #0DA8D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B86 #0B86A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0860 #086078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053D #053D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0326 #032630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DDF6FD;
--teal-200: #C1EEFB;
--teal-300: #91E2F8;
--teal-400: #57D2F4;
--teal-500: #27C5F1;
--teal-600: #0DA8D3;
--teal-700: #0B86A8;
--teal-800: #086078;
--teal-900: #053D4D;
--teal-950: #032630;
}