Teal
#0E84A4
CyanColor Codes
All color formats for development
HEX
#0E84A4RGB
rgb(14, 132, 164)HSL
hsl(193, 84%, 35%)OKLCH
oklch(0.57 0.104 223.3)CMYK
cmyk(91%, 20%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D7794
2#0B6983
3#0A5C73
4#094F63
5#074252
6#063542
7#042831
8#031A21
9#010D10
Tints
Lighter variations
1#119CC3
2#14B5E1
3#2AC2EC
4#48CBEF
5#67D4F2
6#85DCF4
7#A4E5F7
8#C2EEFA
9#E1F6FC
Tones
Muted variations
1#167F9D
2#1D7B95
3#25778E
4#2C7386
5#346E7F
6#3B6A77
7#436670
8#4A6268
9#525D61
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 | C2EE #C2EEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E0 #93E0F6 | BordersInactive statesPlaceholder text |
| 400 | 5BD0 #5BD0F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CC3 #2CC3ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12A6 #12A6CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E84 #0E84A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5E #0A5E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073C #073C4B | 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: #C2EEFA;
--teal-300: #93E0F6;
--teal-400: #5BD0F1;
--teal-500: #2CC3ED;
--teal-600: #12A6CE;
--teal-700: #0E84A4;
--teal-800: #0A5E75;
--teal-900: #073C4B;
--teal-950: #04262F;
}