Teal
#0C5173
BlueColor Codes
All color formats for development
HEX
#0C5173RGB
rgb(12, 81, 115)HSL
hsl(200, 81%, 25%)OKLCH
oklch(0.413 0.085 237)CMYK
cmyk(90%, 30%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B4968
2#0A415C
3#083951
4#073145
5#06283A
6#05202E
7#041823
8#021017
9#01080C
Tints
Lighter variations
1#106996
2#1382B9
3#179ADB
4#2FABE9
5#52B9ED
6#75C7F0
7#97D5F4
8#BAE3F8
9#DCF1FB
Tones
Muted variations
1#114F6E
2#164E69
3#1C4C64
4#214A5F
5#26485A
6#2B4754
7#30454F
8#35434A
9#3B4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E7 #C3E7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D4 #95D4F4 | BordersInactive statesPlaceholder text |
| 400 | 5DBE #5DBEEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FAB #2FABE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 158E #158ECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1171 #1171A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C51 #0C5173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0834 #08344A | Primary textHigh emphasis contentDark headings |
| 950 | 0520 #05202E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FE;
--teal-100: #DFF2FC;
--teal-200: #C3E7F9;
--teal-300: #95D4F4;
--teal-400: #5DBEEE;
--teal-500: #2FABE9;
--teal-600: #158ECB;
--teal-700: #1171A2;
--teal-800: #0C5173;
--teal-900: #08344A;
--teal-950: #05202E;
}