Cobalt
#1032A2
BlueColor Codes
All color formats for development
HEX
#1032A2RGB
rgb(16, 50, 162)HSL
hsl(226, 82%, 35%)OKLCH
oklch(0.382 0.183 264.9)CMYK
cmyk(90%, 69%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E2D92
2#0D2882
3#0B2372
4#0A1E61
5#081951
6#061441
7#050F31
8#030A20
9#020510
Tints
Lighter variations
1#133CC1
2#1645DF
3#2C58EA
4#4A70ED
5#6888F0
6#86A0F3
7#A5B8F6
8#C3CFF9
9#E1E7FC
Tones
Muted variations
1#17369B
2#1F3A94
3#263E8C
4#2D4285
5#35467E
6#3C4A77
7#434E6F
8#4B5168
9#525561
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CF #C3CFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94AB #94ABF4 | BordersInactive statesPlaceholder text |
| 400 | 5D7F #5D7FEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E5A #2E5AEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 143F #143FCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1032 #1032A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B24 #0B2474 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0717 #07174A | Primary textHigh emphasis contentDark headings |
| 950 | 050E #050E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F4FE;
--cobalt-100: #DFE5FC;
--cobalt-200: #C3CFF9;
--cobalt-300: #94ABF4;
--cobalt-400: #5D7FEF;
--cobalt-500: #2E5AEA;
--cobalt-600: #143FCC;
--cobalt-700: #1032A2;
--cobalt-800: #0B2474;
--cobalt-900: #07174A;
--cobalt-950: #050E2E;
}