Teal
#0C5D73
CyanColor Codes
All color formats for development
HEX
#0C5D73RGB
rgb(12, 93, 115)HSL
hsl(193, 81%, 25%)OKLCH
oklch(0.445 0.079 222.3)CMYK
cmyk(90%, 19%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B5468
2#0A4A5C
3#084151
4#073845
5#062F3A
6#05252E
7#041C23
8#021317
9#01090C
Tints
Lighter variations
1#107996
2#1395B9
3#17B1DB
4#2FC1E9
5#52CBED
6#75D6F0
7#97E0F4
8#BAEAF8
9#DCF5FB
Tones
Muted variations
1#115A6E
2#165769
3#1C5464
4#21515F
5#264E5A
6#2B4B54
7#30494F
8#35464A
9#3B4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3ED #C3EDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DF #95DFF4 | BordersInactive statesPlaceholder text |
| 400 | 5DCF #5DCFEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FC1 #2FC1E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15A4 #15A4CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1182 #1182A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C5D #0C5D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083C #083C4A | Primary textHigh emphasis contentDark headings |
| 950 | 0525 #05252E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DFF5FC;
--teal-200: #C3EDF9;
--teal-300: #95DFF4;
--teal-400: #5DCFEE;
--teal-500: #2FC1E9;
--teal-600: #15A4CB;
--teal-700: #1182A2;
--teal-800: #0C5D73;
--teal-900: #083C4A;
--teal-950: #05252E;
}