Cobalt
#073A78
BlueColor Codes
All color formats for development
HEX
#073A78RGB
rgb(7, 58, 120)HSL
hsl(213, 89%, 25%)OKLCH
oklch(0.357 0.118 256.8)CMYK
cmyk(94%, 52%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06346C
2#062E60
3#052954
4#042348
5#041D3C
6#031730
7#021124
8#010C18
9#01060C
Tints
Lighter variations
1#094B9D
2#0B5DC1
3#0D6EE5
4#2682F2
5#4A97F4
6#6EACF7
7#93C1F9
8#B7D5FB
9#DBEAFD
Tones
Muted variations
1#0D3B73
2#123B6D
3#183C67
4#1E3C62
5#233D5C
6#293D56
7#2F3E51
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 | C0DB #C0DBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90BF #90BFF9 | BordersInactive statesPlaceholder text |
| 400 | 569E #569EF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2682 #2682F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C66 #0C66D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A51 #0A51A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 073A #073A78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0425 #04254D | Primary textHigh emphasis contentDark headings |
| 950 | 0317 #031730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FE;
--cobalt-100: #DDECFD;
--cobalt-200: #C0DBFB;
--cobalt-300: #90BFF9;
--cobalt-400: #569EF5;
--cobalt-500: #2682F2;
--cobalt-600: #0C66D4;
--cobalt-700: #0A51A9;
--cobalt-800: #073A78;
--cobalt-900: #04254D;
--cobalt-950: #031730;
}