Teal
#0C5B73
CyanColor Codes
All color formats for development
HEX
#0C5B73RGB
rgb(12, 91, 115)HSL
hsl(194, 81%, 25%)OKLCH
oklch(0.439 0.079 224.9)CMYK
cmyk(90%, 21%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B5268
2#0A495C
3#084051
4#073745
5#062E3A
6#05252E
7#041B23
8#021217
9#01090C
Tints
Lighter variations
1#107796
2#1392B9
3#17ADDB
4#2FBEE9
5#52C9ED
6#75D4F0
7#97DEF4
8#BAE9F8
9#DCF4FB
Tones
Muted variations
1#11596E
2#165669
3#1C5364
4#21505F
5#264E5A
6#2B4B54
7#30484F
8#35454A
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 | C3EC #C3ECF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DE #95DEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DCC #5DCCEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FBE #2FBEE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15A1 #15A1CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1180 #1180A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C5B #0C5B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083A #083A4A | 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: #C3ECF9;
--teal-300: #95DEF4;
--teal-400: #5DCCEE;
--teal-500: #2FBEE9;
--teal-600: #15A1CB;
--teal-700: #1180A2;
--teal-800: #0C5B73;
--teal-900: #083A4A;
--teal-950: #05252E;
}