Teal
#0B5D74
CyanColor Codes
All color formats for development
HEX
#0B5D74RGB
rgb(11, 93, 116)HSL
hsl(193, 83%, 25%)OKLCH
oklch(0.445 0.08 223.3)CMYK
cmyk(91%, 20%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A5469
2#094B5D
3#084252
4#073846
5#052F3A
6#04252F
7#031C23
8#021317
9#01090C
Tints
Lighter variations
1#0E7A98
2#1196BB
3#15B2DE
4#2DC2EB
5#50CCEF
6#73D6F2
7#96E1F5
8#B9EBF8
9#DCF5FC
Tones
Muted variations
1#105B6F
2#15586A
3#1B5565
4#20525F
5#254F5A
6#2B4C55
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 | C2ED #C2EDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E0 #94E0F5 | BordersInactive statesPlaceholder text |
| 400 | 5CD0 #5CD0F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DC2 #2DC2EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13A5 #13A5CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F83 #0F83A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5E #0B5E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073C #073C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0425 #04252F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DEF6FC;
--teal-200: #C2EDF9;
--teal-300: #94E0F5;
--teal-400: #5CD0F0;
--teal-500: #2DC2EB;
--teal-600: #13A5CD;
--teal-700: #0F83A3;
--teal-800: #0B5E75;
--teal-900: #073C4B;
--teal-950: #04252F;
}