Cobalt
#0964AA
BlueColor Codes
All color formats for development
HEX
#0964AARGB
rgb(9, 100, 170)HSL
hsl(206, 90%, 35%)OKLCH
oklch(0.494 0.135 249.6)CMYK
cmyk(95%, 41%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#085A99
2#075088
3#064677
4#053C66
5#043255
6#042844
7#031E33
8#021422
9#010A11
Tints
Lighter variations
1#0B77C9
2#0C89E9
3#2399F3
4#42A7F5
5#62B6F7
6#81C5F8
7#A1D3FA
8#C0E2FC
9#E0F0FD
Tones
Muted variations
1#1163A2
2#19629A
3#216191
4#296089
5#315F81
6#395E79
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 | C0E2 #C0E2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90CB #90CBF9 | BordersInactive statesPlaceholder text |
| 400 | 55B0 #55B0F6 | Disabled statesSecondary iconsMuted text |
| 500 | 259A #259AF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B7E #0B7ED5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0964 #0964AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0647 #064779 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042E #042E4E | Primary textHigh emphasis contentDark headings |
| 950 | 031D #031D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F8FE;
--cobalt-100: #DDEFFD;
--cobalt-200: #C0E2FC;
--cobalt-300: #90CBF9;
--cobalt-400: #55B0F6;
--cobalt-500: #259AF4;
--cobalt-600: #0B7ED5;
--cobalt-700: #0964AA;
--cobalt-800: #064779;
--cobalt-900: #042E4E;
--cobalt-950: #031D30;
}