Cobalt
#083878
BlueColor Codes
All color formats for development
HEX
#083878RGB
rgb(8, 56, 120)HSL
hsl(214, 88%, 25%)OKLCH
oklch(0.352 0.12 258)CMYK
cmyk(93%, 53%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07336C
2#062D60
3#052754
4#052248
5#041C3C
6#031730
7#021124
8#020B18
9#01060C
Tints
Lighter variations
1#0A499C
2#0C5AC0
3#0F6BE4
4#277FF1
5#4B94F4
6#6FAAF6
7#93BFF8
8#B7D4FA
9#DBEAFD
Tones
Muted variations
1#0D3972
2#133A6D
3#183B67
4#1E3B61
5#243C5C
6#293D56
7#2F3E51
8#353E4B
9#3A3F45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEB #DDEBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DA #C1DAFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91BD #91BDF8 | BordersInactive statesPlaceholder text |
| 400 | 579B #579BF4 | Disabled statesSecondary iconsMuted text |
| 500 | 277F #277FF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D63 #0D63D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B4F #0B4FA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0838 #083878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0524 #05244D | Primary textHigh emphasis contentDark headings |
| 950 | 0317 #031730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FE;
--cobalt-100: #DDEBFD;
--cobalt-200: #C1DAFB;
--cobalt-300: #91BDF8;
--cobalt-400: #579BF4;
--cobalt-500: #277FF1;
--cobalt-600: #0D63D3;
--cobalt-700: #0B4FA8;
--cobalt-800: #083878;
--cobalt-900: #05244D;
--cobalt-950: #031730;
}