Teal
#0C5473
BlueColor Codes
All color formats for development
HEX
#0C5473RGB
rgb(12, 84, 115)HSL
hsl(198, 81%, 25%)OKLCH
oklch(0.421 0.083 233.5)CMYK
cmyk(90%, 27%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B4C68
2#0A445C
3#083B51
4#073345
5#062A3A
6#05222E
7#041923
8#021117
9#01080C
Tints
Lighter variations
1#106E96
2#1387B9
3#17A0DB
4#2FB1E9
5#52BEED
6#75CBF0
7#97D8F4
8#BAE5F8
9#DCF2FB
Tones
Muted variations
1#11526E
2#165069
3#1C4E64
4#214C5F
5#264A5A
6#2B4854
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 | 95D7 #95D7F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC3 #5DC3EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FB1 #2FB1E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1595 #1595CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1176 #1176A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C54 #0C5473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0836 #08364A | 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: #95D7F4;
--teal-400: #5DC3EE;
--teal-500: #2FB1E9;
--teal-600: #1595CB;
--teal-700: #1176A2;
--teal-800: #0C5473;
--teal-900: #08364A;
--teal-950: #05222E;
}