Teal
#0E86A4
CyanColor Codes
All color formats for development
HEX
#0E86A4RGB
rgb(14, 134, 164)HSL
hsl(192, 84%, 35%)OKLCH
oklch(0.575 0.103 221.5)CMYK
cmyk(91%, 18%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D7994
2#0B6B83
3#0A5E73
4#095163
5#074352
6#063642
7#042831
8#031B21
9#010D10
Tints
Lighter variations
1#119FC3
2#14B8E1
3#2AC5EC
4#48CEEF
5#67D6F2
6#85DEF4
7#A4E6F7
8#C2EFFA
9#E1F7FC
Tones
Muted variations
1#16829D
2#1D7D95
3#25798E
4#2C7486
5#34707F
6#3B6B77
7#436770
8#4A6268
9#525E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF6 #DEF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EF #C2EFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E2 #93E2F6 | BordersInactive statesPlaceholder text |
| 400 | 5BD3 #5BD3F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CC6 #2CC6ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12A9 #12A9CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E86 #0E86A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A60 #0A6075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073D #073D4B | Primary textHigh emphasis contentDark headings |
| 950 | 0426 #04262F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DEF6FC;
--teal-200: #C2EFFA;
--teal-300: #93E2F6;
--teal-400: #5BD3F1;
--teal-500: #2CC6ED;
--teal-600: #12A9CE;
--teal-700: #0E86A4;
--teal-800: #0A6075;
--teal-900: #073D4B;
--teal-950: #04262F;
}