Teal
#0C4C73
BlueColor Codes
All color formats for development
HEX
#0C4C73RGB
rgb(12, 76, 115)HSL
hsl(203, 81%, 25%)OKLCH
oklch(0.4 0.089 242.3)CMYK
cmyk(90%, 34%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B4468
2#0A3D5C
3#083551
4#072D45
5#06263A
6#051E2E
7#041723
8#020F17
9#01080C
Tints
Lighter variations
1#106396
2#1379B9
3#1790DB
4#2FA2E9
5#52B1ED
6#75C1F0
7#97D0F4
8#BAE0F8
9#DCEFFB
Tones
Muted variations
1#114B6E
2#164969
3#1C4864
4#21475F
5#26465A
6#2B4554
7#30434F
8#35424A
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 | C3E4 #C3E4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CF #95CFF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB7 #5DB7EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FA2 #2FA2E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1585 #1585CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 116A #116AA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C4C #0C4C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0831 #08314A | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FE;
--teal-100: #DFF1FC;
--teal-200: #C3E4F9;
--teal-300: #95CFF4;
--teal-400: #5DB7EE;
--teal-500: #2FA2E9;
--teal-600: #1585CB;
--teal-700: #116AA2;
--teal-800: #0C4C73;
--teal-900: #08314A;
--teal-950: #051E2E;
}