Teal
#0A5E75
CyanColor Codes
All color formats for development
HEX
#0A5E75RGB
rgb(10, 94, 117)HSL
hsl(193, 84%, 25%)OKLCH
oklch(0.448 0.08 222.9)CMYK
cmyk(91%, 20%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09556A
2#084B5E
3#074252
4#063846
5#052F3B
6#04262F
7#031C23
8#021317
9#01090C
Tints
Lighter variations
1#0D7A98
2#1097BC
3#13B3DF
4#2CC3ED
5#4FCDF0
6#72D7F3
7#95E1F6
8#B9EBF9
9#DCF5FC
Tones
Muted variations
1#105B70
2#15586B
3#1A5565
4#205260
5#254F5B
6#2A4C55
7#304950
8#35464A
9#3A4345
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;
}