Cobalt
#1026A2
BlueColor Codes
All color formats for development
HEX
#1026A2RGB
rgb(16, 38, 162)HSL
hsl(231, 82%, 35%)OKLCH
oklch(0.362 0.196 266.2)CMYK
cmyk(90%, 77%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E2292
2#0D1E82
3#0B1B72
4#0A1761
5#081351
6#060F41
7#050B31
8#030820
9#020410
Tints
Lighter variations
1#132DC1
2#1634DF
3#2C48EA
4#4A62ED
5#687DF0
6#8697F3
7#A5B1F6
8#C3CBF9
9#E1E5FC
Tones
Muted variations
1#172B9B
2#1F3094
3#26358C
4#2D3B85
5#35407E
6#3C4577
7#434A6F
8#4B4F68
9#525461
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CB #C3CBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A3 #94A3F4 | BordersInactive statesPlaceholder text |
| 400 | 5D73 #5D73EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E4A #2E4AEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1430 #1430CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1026 #1026A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B1B #0B1B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0711 #07114A | Primary textHigh emphasis contentDark headings |
| 950 | 050B #050B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FE;
--cobalt-100: #DFE3FC;
--cobalt-200: #C3CBF9;
--cobalt-300: #94A3F4;
--cobalt-400: #5D73EF;
--cobalt-500: #2E4AEA;
--cobalt-600: #1430CC;
--cobalt-700: #1026A2;
--cobalt-800: #0B1B74;
--cobalt-900: #07114A;
--cobalt-950: #050B2E;
}