Teal
#0C5A73
BlueColor Codes
All color formats for development
HEX
#0C5A73RGB
rgb(12, 90, 115)HSL
hsl(195, 81%, 25%)OKLCH
oklch(0.437 0.08 226.2)CMYK
cmyk(90%, 22%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B5168
2#0A485C
3#083F51
4#073645
5#062D3A
6#05242E
7#041B23
8#021217
9#01090C
Tints
Lighter variations
1#107496
2#138FB9
3#17AADB
4#2FBBE9
5#52C6ED
6#75D1F0
7#97DDF4
8#BAE8F8
9#DCF4FB
Tones
Muted variations
1#11576E
2#165469
3#1C5264
4#214F5F
5#264D5A
6#2B4A54
7#30474F
8#35454A
9#3B4245
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EB #C3EBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DC #95DCF4 | BordersInactive statesPlaceholder text |
| 400 | 5DCA #5DCAEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FBB #2FBBE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 159E #159ECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 117D #117DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C5A #0C5A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0839 #08394A | Primary textHigh emphasis contentDark headings |
| 950 | 0524 #05242E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DFF4FC;
--teal-200: #C3EBF9;
--teal-300: #95DCF4;
--teal-400: #5DCAEE;
--teal-500: #2FBBE9;
--teal-600: #159ECB;
--teal-700: #117DA2;
--teal-800: #0C5A73;
--teal-900: #08394A;
--teal-950: #05242E;
}