Cobalt
#073C78
BlueColor Codes
All color formats for development
HEX
#073C78RGB
rgb(7, 60, 120)HSL
hsl(212, 89%, 25%)OKLCH
oklch(0.362 0.115 255.8)CMYK
cmyk(94%, 50%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06366C
2#063060
3#052A54
4#042448
5#041E3C
6#031830
7#021224
8#010C18
9#01060C
Tints
Lighter variations
1#094E9D
2#0B60C1
3#0D72E5
4#2685F2
5#4A9AF4
6#6EAEF7
7#93C2F9
8#B7D6FB
9#DBEBFD
Tones
Muted variations
1#0D3C73
2#123D6D
3#183D67
4#1E3D62
5#233E5C
6#293E56
7#2F3F51
8#343F4B
9#3A3F45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DC #C0DCFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C1 #90C1F9 | BordersInactive statesPlaceholder text |
| 400 | 56A0 #56A0F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2685 #2685F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C6A #0C6AD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A54 #0A54A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 073C #073C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0426 #04264D | Primary textHigh emphasis contentDark headings |
| 950 | 0318 #031830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FE;
--cobalt-100: #DDECFD;
--cobalt-200: #C0DCFB;
--cobalt-300: #90C1F9;
--cobalt-400: #56A0F5;
--cobalt-500: #2685F2;
--cobalt-600: #0C6AD4;
--cobalt-700: #0A54A9;
--cobalt-800: #073C78;
--cobalt-900: #04264D;
--cobalt-950: #031830;
}