Cobalt
#0836AA
BlueColor Codes
All color formats for development
HEX
#0836AARGB
rgb(8, 54, 170)HSL
hsl(223, 91%, 35%)OKLCH
oklch(0.395 0.19 263.5)CMYK
cmyk(95%, 68%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#073199
2#062B88
3#062677
4#052066
5#041B55
6#031644
7#021033
8#020B22
9#010511
Tints
Lighter variations
1#0A40CA
2#0B4AEA
3#215DF5
4#4174F6
5#618BF8
6#80A3F9
7#A0BAFB
8#C0D1FC
9#DFE8FE
Tones
Muted variations
1#103AA2
2#183D9A
3#204192
4#29448A
5#314882
6#394B7A
7#414F72
8#495269
9#515661
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D1 #C0D1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FAD #8FADFA | BordersInactive statesPlaceholder text |
| 400 | 5583 #5583F7 | Disabled statesSecondary iconsMuted text |
| 500 | 245F #245FF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A44 #0A44D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0836 #0836AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0627 #06277A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0419 #04194E | Primary textHigh emphasis contentDark headings |
| 950 | 020F #020F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F4FE;
--cobalt-100: #DDE6FD;
--cobalt-200: #C0D1FC;
--cobalt-300: #8FADFA;
--cobalt-400: #5583F7;
--cobalt-500: #245FF5;
--cobalt-600: #0A44D6;
--cobalt-700: #0836AA;
--cobalt-800: #06277A;
--cobalt-900: #04194E;
--cobalt-950: #020F31;
}