Cobalt
#083E78
BlueColor Codes
All color formats for development
HEX
#083E78RGB
rgb(8, 62, 120)HSL
hsl(211, 88%, 25%)OKLCH
oklch(0.367 0.112 254.8)CMYK
cmyk(93%, 48%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07386C
2#063260
3#052B54
4#052548
5#041F3C
6#031930
7#021324
8#020C18
9#01060C
Tints
Lighter variations
1#0A509C
2#0C63C0
3#0F76E4
4#2789F1
5#4B9DF4
6#6FB0F6
7#93C4F8
8#B7D8FA
9#DBEBFD
Tones
Muted variations
1#0D3E72
2#133E6D
3#183E67
4#1E3F61
5#243F5C
6#293F56
7#2F3F51
8#353F4B
9#3A4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DD #C1DDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C3 #91C3F8 | BordersInactive statesPlaceholder text |
| 400 | 57A3 #57A3F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2789 #2789F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D6D #0D6DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B57 #0B57A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 083E #083E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0528 #05284D | Primary textHigh emphasis contentDark headings |
| 950 | 0319 #031930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FE;
--cobalt-100: #DDEDFD;
--cobalt-200: #C1DDFB;
--cobalt-300: #91C3F8;
--cobalt-400: #57A3F4;
--cobalt-500: #2789F1;
--cobalt-600: #0D6DD3;
--cobalt-700: #0B57A8;
--cobalt-800: #083E78;
--cobalt-900: #05284D;
--cobalt-950: #031930;
}