Teal
#0C5673
BlueColor Codes
All color formats for development
HEX
#0C5673RGB
rgb(12, 86, 115)HSL
hsl(197, 81%, 25%)OKLCH
oklch(0.426 0.081 231.1)CMYK
cmyk(90%, 25%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B4E68
2#0A455C
3#083C51
4#073445
5#062B3A
6#05222E
7#041A23
8#021117
9#01090C
Tints
Lighter variations
1#107096
2#138AB9
3#17A4DB
4#2FB5E9
5#52C1ED
6#75CDF0
7#97DAF4
8#BAE6F8
9#DCF3FB
Tones
Muted variations
1#11546E
2#165269
3#1C4F64
4#214D5F
5#264B5A
6#2B4954
7#30464F
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 | DFF3 #DFF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E9 #C3E9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D9 #95D9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC5 #5DC5EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FB5 #2FB5E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1598 #1598CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1179 #1179A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C56 #0C5673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0837 #08374A | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DFF3FC;
--teal-200: #C3E9F9;
--teal-300: #95D9F4;
--teal-400: #5DC5EE;
--teal-500: #2FB5E9;
--teal-600: #1598CB;
--teal-700: #1179A2;
--teal-800: #0C5673;
--teal-900: #08374A;
--teal-950: #05222E;
}