Cobalt
#084377
BlueColor Codes
All color formats for development
HEX
#084377RGB
rgb(8, 67, 119)HSL
hsl(208, 87%, 25%)OKLCH
oklch(0.378 0.105 251.3)CMYK
cmyk(93%, 44%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#073D6B
2#07365F
3#062F53
4#052848
5#04223C
6#031B30
7#021424
8#020D18
9#01070C
Tints
Lighter variations
1#0B589B
2#0D6CBF
3#1080E3
4#2893F0
5#4CA5F3
6#70B7F5
7#94C9F8
8#B7DBFA
9#DBEDFD
Tones
Muted variations
1#0E4372
2#13436C
3#194267
4#1E4261
5#24425B
6#2A4156
7#2F4150
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 | DEEE #DEEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E0 #C1E0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C8 #91C8F7 | BordersInactive statesPlaceholder text |
| 400 | 58AB #58ABF3 | Disabled statesSecondary iconsMuted text |
| 500 | 2893 #2893F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F77 #0F77D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C5E #0C5EA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0843 #084377 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052B #052B4C | 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: #DEEEFD;
--cobalt-200: #C1E0FB;
--cobalt-300: #91C8F7;
--cobalt-400: #58ABF3;
--cobalt-500: #2893F0;
--cobalt-600: #0F77D2;
--cobalt-700: #0C5EA7;
--cobalt-800: #084377;
--cobalt-900: #052B4C;
--cobalt-950: #031B30;
}