Teal
#0C4F73
BlueColor Codes
All color formats for development
HEX
#0C4F73RGB
rgb(12, 79, 115)HSL
hsl(201, 81%, 25%)OKLCH
oklch(0.407 0.086 239.2)CMYK
cmyk(90%, 31%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B4768
2#0A3F5C
3#083751
4#073045
5#06283A
6#05202E
7#041823
8#021017
9#01080C
Tints
Lighter variations
1#106796
2#137FB9
3#1797DB
4#2FA8E9
5#52B7ED
6#75C5F0
7#97D4F4
8#BAE2F8
9#DCF1FB
Tones
Muted variations
1#114E6E
2#164C69
3#1C4B64
4#21495F
5#26475A
6#2B4654
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 | C3E6 #C3E6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D3 #95D3F4 | BordersInactive statesPlaceholder text |
| 400 | 5DBB #5DBBEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FA8 #2FA8E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 158B #158BCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 116F #116FA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C4F #0C4F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0833 #08334A | 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: #DFF1FC;
--teal-200: #C3E6F9;
--teal-300: #95D3F4;
--teal-400: #5DBBEE;
--teal-500: #2FA8E9;
--teal-600: #158BCB;
--teal-700: #116FA2;
--teal-800: #0C4F73;
--teal-900: #08334A;
--teal-950: #05202E;
}