Teal
#0C4E73
BlueColor Codes
All color formats for development
HEX
#0C4E73RGB
rgb(12, 78, 115)HSL
hsl(202, 81%, 25%)OKLCH
oklch(0.405 0.087 240.2)CMYK
cmyk(90%, 32%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B4668
2#0A3E5C
3#083651
4#072F45
5#06273A
6#051F2E
7#041723
8#021017
9#01080C
Tints
Lighter variations
1#106596
2#137CB9
3#1793DB
4#2FA5E9
5#52B4ED
6#75C3F0
7#97D2F4
8#BAE1F8
9#DCF0FB
Tones
Muted variations
1#114C6E
2#164B69
3#1C4964
4#21485F
5#26475A
6#2B4554
7#30444F
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 | DFF1 #DFF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E5 #C3E5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D1 #95D1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DB9 #5DB9EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FA5 #2FA5E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1588 #1588CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 116D #116DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C4E #0C4E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0832 #08324A | Primary textHigh emphasis contentDark headings |
| 950 | 051F #051F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FE;
--teal-100: #DFF1FC;
--teal-200: #C3E5F9;
--teal-300: #95D1F4;
--teal-400: #5DB9EE;
--teal-500: #2FA5E9;
--teal-600: #1588CB;
--teal-700: #116DA2;
--teal-800: #0C4E73;
--teal-900: #08324A;
--teal-950: #051F2E;
}