Cobalt
#084378
BlueColor Codes
All color formats for development
HEX
#084378RGB
rgb(8, 67, 120)HSL
hsl(208, 88%, 25%)OKLCH
oklch(0.379 0.106 251.7)CMYK
cmyk(93%, 44%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#073D6C
2#063660
3#052F54
4#052848
5#04223C
6#031B30
7#021424
8#020D18
9#01070C
Tints
Lighter variations
1#0A589C
2#0C6CC0
3#0F80E4
4#2793F1
5#4BA5F4
6#6FB7F6
7#93C9F8
8#B7DBFA
9#DBEDFD
Tones
Muted variations
1#0D4372
2#13436D
3#184267
4#1E4261
5#24425C
6#294156
7#2F4151
8#35404B
9#3A4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E0 #C1E0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C8 #91C8F8 | BordersInactive statesPlaceholder text |
| 400 | 57AB #57ABF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2793 #2793F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D77 #0D77D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B5E #0B5EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0843 #084378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052B #052B4D | Primary textHigh emphasis contentDark headings |
| 950 | 031B #031B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FE;
--cobalt-100: #DDEEFD;
--cobalt-200: #C1E0FB;
--cobalt-300: #91C8F8;
--cobalt-400: #57ABF4;
--cobalt-500: #2793F1;
--cobalt-600: #0D77D3;
--cobalt-700: #0B5EA8;
--cobalt-800: #084378;
--cobalt-900: #052B4D;
--cobalt-950: #031B30;
}