Cobalt
#073BAB
BlueColor Codes
All color formats for development
HEX
#073BABRGB
rgb(7, 59, 171)HSL
hsl(221, 92%, 35%)OKLCH
oklch(0.406 0.186 262.7)CMYK
cmyk(96%, 65%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06359A
2#062F89
3#052978
4#042367
5#041E56
6#031845
7#021233
8#010C22
9#010611
Tints
Lighter variations
1#0846CB
2#0A51EB
3#2064F6
4#407AF7
5#6090F8
6#80A6FA
7#A0BDFB
8#BFD3FC
9#DFE9FE
Tones
Muted variations
1#0F3EA3
2#18419B
3#204493
4#28478B
5#304A82
6#384D7A
7#415072
8#49536A
9#515661
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD3 #BFD3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB1 #8EB1FA | BordersInactive statesPlaceholder text |
| 400 | 5488 #5488F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2366 #2366F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 094A #094AD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 073B #073BAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 052A #052A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 031B #031B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0211 #021131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FE;
--cobalt-100: #DDE7FE;
--cobalt-200: #BFD3FC;
--cobalt-300: #8EB1FA;
--cobalt-400: #5488F8;
--cobalt-500: #2366F6;
--cobalt-600: #094AD7;
--cobalt-700: #073BAB;
--cobalt-800: #052A7A;
--cobalt-900: #031B4E;
--cobalt-950: #021131;
}