Teal
#0B5C75
CyanColor Codes
All color formats for development
HEX
#0B5C75RGB
rgb(11, 92, 117)HSL
hsl(194, 83%, 25%)OKLCH
oklch(0.443 0.081 225.5)CMYK
cmyk(91%, 21%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A5369
2#094A5D
3#084052
4#073746
5#052E3A
6#04252F
7#031C23
8#021217
9#01090C
Tints
Lighter variations
1#0E7898
2#1193BB
3#15AFDE
4#2DBFEB
5#50CAEF
6#73D4F2
7#96DFF5
8#B9EAF8
9#DCF4FC
Tones
Muted variations
1#10596F
2#15566A
3#1B5465
4#20515F
5#254E5A
6#2B4B55
7#304850
8#35454A
9#3A4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2ED #C2EDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94DE #94DEF5 | BordersInactive statesPlaceholder text |
| 400 | 5CCD #5CCDF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DBF #2DBFEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13A2 #13A2CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F81 #0F81A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5C #0B5C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073B #073B4B | 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: #DEF5FC;
--teal-200: #C2EDF9;
--teal-300: #94DEF5;
--teal-400: #5CCDF0;
--teal-500: #2DBFEB;
--teal-600: #13A2CD;
--teal-700: #0F81A3;
--teal-800: #0B5C75;
--teal-900: #073B4B;
--teal-950: #04252F;
}