Cobalt
#084578
BlueColor Codes
All color formats for development
HEX
#084578RGB
rgb(8, 69, 120)HSL
hsl(207, 88%, 25%)OKLCH
oklch(0.384 0.104 250.3)CMYK
cmyk(93%, 43%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#073E6C
2#063760
3#053154
4#052A48
5#04233C
6#031C30
7#021524
8#020E18
9#01070C
Tints
Lighter variations
1#0A5A9C
2#0C6FC0
3#0F84E4
4#2796F1
5#4BA8F4
6#6FB9F6
7#93CBF8
8#B7DCFA
9#DBEEFD
Tones
Muted variations
1#0D4572
2#13446D
3#184467
4#1E4361
5#24435C
6#294256
7#2F4151
8#35414B
9#3A4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E1 #C1E1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91CA #91CAF8 | BordersInactive statesPlaceholder text |
| 400 | 57AE #57AEF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2796 #2796F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D7A #0D7AD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B61 #0B61A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0845 #084578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052C #052C4D | 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: #F1F8FE;
--cobalt-100: #DDEFFD;
--cobalt-200: #C1E1FB;
--cobalt-300: #91CAF8;
--cobalt-400: #57AEF4;
--cobalt-500: #2796F1;
--cobalt-600: #0D7AD3;
--cobalt-700: #0B61A8;
--cobalt-800: #084578;
--cobalt-900: #052C4D;
--cobalt-950: #031C30;
}