Cobalt
#083A78
BlueColor Codes
All color formats for development
HEX
#083A78RGB
rgb(8, 58, 120)HSL
hsl(213, 88%, 25%)OKLCH
oklch(0.357 0.117 257)CMYK
cmyk(93%, 52%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07346C
2#062F60
3#052954
4#052348
5#041D3C
6#031730
7#021124
8#020C18
9#01060C
Tints
Lighter variations
1#0A4C9C
2#0C5DC0
3#0F6EE4
4#2782F1
5#4B97F4
6#6FACF6
7#93C1F8
8#B7D5FA
9#DBEAFD
Tones
Muted variations
1#0D3B72
2#133B6D
3#183C67
4#1E3C61
5#243D5C
6#293E56
7#2F3E51
8#353F4B
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 | C1DB #C1DBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91BF #91BFF8 | BordersInactive statesPlaceholder text |
| 400 | 579E #579EF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2782 #2782F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D66 #0D66D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B51 #0B51A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 083A #083A78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0525 #05254D | 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: #C1DBFB;
--cobalt-300: #91BFF8;
--cobalt-400: #579EF4;
--cobalt-500: #2782F1;
--cobalt-600: #0D66D3;
--cobalt-700: #0B51A8;
--cobalt-800: #083A78;
--cobalt-900: #05254D;
--cobalt-950: #031730;
}