Cobalt
#0B37A8
BlueColor Codes
All color formats for development
HEX
#0B37A8RGB
rgb(11, 55, 168)HSL
hsl(223, 88%, 35%)OKLCH
oklch(0.396 0.186 263.6)CMYK
cmyk(93%, 67%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A3297
2#092C86
3#072775
4#062165
5#051C54
6#041643
7#031132
8#020B22
9#010611
Tints
Lighter variations
1#0D41C7
2#0F4CE6
3#255FF1
4#4476F3
5#638DF5
6#82A3F7
7#A2BAF9
8#C1D1FB
9#E0E8FD
Tones
Muted variations
1#133BA0
2#1A3E98
3#224190
4#2A4588
5#324881
6#3A4C79
7#424F71
8#4A5269
9#515661
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D1 #C1D1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91AE #91AEF8 | BordersInactive statesPlaceholder text |
| 400 | 5784 #5784F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2760 #2760F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D45 #0D45D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B37 #0B37A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0827 #082778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0519 #05194D | Primary textHigh emphasis contentDark headings |
| 950 | 0310 #031030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F4FE;
--cobalt-100: #DDE6FD;
--cobalt-200: #C1D1FB;
--cobalt-300: #91AEF8;
--cobalt-400: #5784F4;
--cobalt-500: #2760F1;
--cobalt-600: #0D45D3;
--cobalt-700: #0B37A8;
--cobalt-800: #082778;
--cobalt-900: #05194D;
--cobalt-950: #031030;
}