Cobalt
#083C78
BlueColor Codes
All color formats for development
HEX
#083C78RGB
rgb(8, 60, 120)HSL
hsl(212, 88%, 25%)OKLCH
oklch(0.362 0.115 256)CMYK
cmyk(93%, 50%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07366C
2#063060
3#052A54
4#052448
5#041E3C
6#031830
7#021224
8#020C18
9#01060C
Tints
Lighter variations
1#0A4E9C
2#0C60C0
3#0F72E4
4#2786F1
5#4B9AF4
6#6FAEF6
7#93C2F8
8#B7D7FA
9#DBEBFD
Tones
Muted variations
1#0D3C72
2#133D6D
3#183D67
4#1E3E61
5#243E5C
6#293E56
7#2F3F51
8#353F4B
9#3A3F45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DC #C1DCFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C1 #91C1F8 | BordersInactive statesPlaceholder text |
| 400 | 57A1 #57A1F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2786 #2786F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D6A #0D6AD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B54 #0B54A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 083C #083C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0526 #05264D | Primary textHigh emphasis contentDark headings |
| 950 | 0318 #031830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FE;
--cobalt-100: #DDECFD;
--cobalt-200: #C1DCFB;
--cobalt-300: #91C1F8;
--cobalt-400: #57A1F4;
--cobalt-500: #2786F1;
--cobalt-600: #0D6AD3;
--cobalt-700: #0B54A8;
--cobalt-800: #083C78;
--cobalt-900: #05264D;
--cobalt-950: #031830;
}