Teal
#0C5373
BlueColor Codes
All color formats for development
HEX
#0C5373RGB
rgb(12, 83, 115)HSL
hsl(199, 81%, 25%)OKLCH
oklch(0.418 0.083 234.7)CMYK
cmyk(90%, 28%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B4A68
2#0A425C
3#083A51
4#073245
5#06293A
6#05212E
7#041923
8#021117
9#01080C
Tints
Lighter variations
1#106B96
2#1384B9
3#179DDB
4#2FAEE9
5#52BCED
6#75C9F0
7#97D7F4
8#BAE4F8
9#DCF2FB
Tones
Muted variations
1#11516E
2#164F69
3#1C4D64
4#214B5F
5#26495A
6#2B4754
7#30454F
8#35444A
9#3B4245
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E8 #C3E8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D6 #95D6F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC0 #5DC0EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FAE #2FAEE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1592 #1592CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1174 #1174A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C53 #0C5373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0835 #08354A | Primary textHigh emphasis contentDark headings |
| 950 | 0521 #05212E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DFF2FC;
--teal-200: #C3E8F9;
--teal-300: #95D6F4;
--teal-400: #5DC0EE;
--teal-500: #2FAEE9;
--teal-600: #1592CB;
--teal-700: #1174A2;
--teal-800: #0C5373;
--teal-900: #08354A;
--teal-950: #05212E;
}