Cobalt
#0826AA
BlueColor Codes
All color formats for development
HEX
#0826AARGB
rgb(8, 38, 170)HSL
hsl(229, 91%, 35%)OKLCH
oklch(0.369 0.207 264.9)CMYK
cmyk(95%, 78%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072299
2#061E88
3#061A77
4#051766
5#041355
6#030F44
7#020B33
8#020822
9#010411
Tints
Lighter variations
1#0A2DCA
2#0B34EA
3#2148F5
4#4162F6
5#617CF8
6#8096F9
7#A0B1FB
8#C0CBFC
9#DFE5FE
Tones
Muted variations
1#102BA2
2#18309A
3#203592
4#293A8A
5#314082
6#39457A
7#414A72
8#494F69
9#515461
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CB #C0CBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA3 #8FA3FA | BordersInactive statesPlaceholder text |
| 400 | 5572 #5572F7 | Disabled statesSecondary iconsMuted text |
| 500 | 244A #244AF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A30 #0A30D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0826 #0826AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061B #061B7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0411 #04114E | Primary textHigh emphasis contentDark headings |
| 950 | 020B #020B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F3FE;
--cobalt-100: #DDE3FD;
--cobalt-200: #C0CBFC;
--cobalt-300: #8FA3FA;
--cobalt-400: #5572F7;
--cobalt-500: #244AF5;
--cobalt-600: #0A30D6;
--cobalt-700: #0826AA;
--cobalt-800: #061B7A;
--cobalt-900: #04114E;
--cobalt-950: #020B31;
}