Cobalt
#0961AA
BlueColor Codes
All color formats for development
HEX
#0961AARGB
rgb(9, 97, 170)HSL
hsl(207, 90%, 35%)OKLCH
oklch(0.487 0.138 251.1)CMYK
cmyk(95%, 43%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#085899
2#074E88
3#064477
4#053A66
5#043155
6#042744
7#031D33
8#021322
9#010A11
Tints
Lighter variations
1#0B73C9
2#0C85E9
3#2395F3
4#42A5F5
5#62B4F7
6#81C3F8
7#A1D2FA
8#C0E1FC
9#E0F0FD
Tones
Muted variations
1#1160A2
2#19609A
3#215F91
4#295E89
5#315D81
6#395C79
7#415C71
8#495B69
9#515A61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E1 #C0E1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90CA #90CAF9 | BordersInactive statesPlaceholder text |
| 400 | 55AE #55AEF6 | Disabled statesSecondary iconsMuted text |
| 500 | 2597 #2597F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B7A #0B7AD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0961 #0961AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0645 #064579 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042C #042C4E | Primary textHigh emphasis contentDark headings |
| 950 | 031C #031C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F8FE;
--cobalt-100: #DDEFFD;
--cobalt-200: #C0E1FC;
--cobalt-300: #90CAF9;
--cobalt-400: #55AEF6;
--cobalt-500: #2597F4;
--cobalt-600: #0B7AD5;
--cobalt-700: #0961AA;
--cobalt-800: #064579;
--cobalt-900: #042C4E;
--cobalt-950: #031C30;
}