Cobalt
#0B32A8
BlueColor Codes
All color formats for development
HEX
#0B32A8RGB
rgb(11, 50, 168)HSL
hsl(225, 88%, 35%)OKLCH
oklch(0.387 0.192 264.3)CMYK
cmyk(93%, 70%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2D97
2#092886
3#072375
4#061E65
5#051954
6#041443
7#030F32
8#020A22
9#010511
Tints
Lighter variations
1#0D3BC7
2#0F45E6
3#2558F1
4#4470F3
5#6388F5
6#82A0F7
7#A2B7F9
8#C1CFFB
9#E0E7FD
Tones
Muted variations
1#1336A0
2#1A3A98
3#223E90
4#2A4288
5#324681
6#3A4A79
7#424D71
8#4A5169
9#515561
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CF #C1CFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91AB #91ABF8 | BordersInactive statesPlaceholder text |
| 400 | 577E #577EF4 | Disabled statesSecondary iconsMuted text |
| 500 | 275A #275AF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D3F #0D3FD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B32 #0B32A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0824 #082478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0517 #05174D | Primary textHigh emphasis contentDark headings |
| 950 | 030E #030E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F4FE;
--cobalt-100: #DDE5FD;
--cobalt-200: #C1CFFB;
--cobalt-300: #91ABF8;
--cobalt-400: #577EF4;
--cobalt-500: #275AF1;
--cobalt-600: #0D3FD3;
--cobalt-700: #0B32A8;
--cobalt-800: #082478;
--cobalt-900: #05174D;
--cobalt-950: #030E30;
}