Teal
#0B5F74
CyanColor Codes
All color formats for development
HEX
#0B5F74RGB
rgb(11, 95, 116)HSL
hsl(192, 83%, 25%)OKLCH
oklch(0.45 0.079 220.7)CMYK
cmyk(91%, 18%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A5669
2#094C5D
3#084352
4#073946
5#05303A
6#04262F
7#031D23
8#021317
9#010A0C
Tints
Lighter variations
1#0E7C98
2#1199BB
3#15B5DE
4#2DC5EB
5#50CFEF
6#73D9F2
7#96E2F5
8#B9ECF8
9#DCF5FC
Tones
Muted variations
1#105C6F
2#15596A
3#1B5665
4#20535F
5#25505A
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 | C2EE #C2EEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E2 #94E2F5 | BordersInactive statesPlaceholder text |
| 400 | 5CD2 #5CD2F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DC5 #2DC5EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13A8 #13A8CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F86 #0F86A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5F #0B5F75 | 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: #C2EEF9;
--teal-300: #94E2F5;
--teal-400: #5CD2F0;
--teal-500: #2DC5EB;
--teal-600: #13A8CD;
--teal-700: #0F86A3;
--teal-800: #0B5F75;
--teal-900: #073D4B;
--teal-950: #04262F;
}