Cobalt
#0622AC
BlueColor Codes
All color formats for development
HEX
#0622ACRGB
rgb(6, 34, 172)HSL
hsl(230, 93%, 35%)OKLCH
oklch(0.366 0.213 264.8)CMYK
cmyk(97%, 80%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061F9B
2#051B8A
3#041879
4#041467
5#031156
6#020E45
7#020A34
8#010722
9#010311
Tints
Lighter variations
1#0728CC
2#092FEC
3#1F43F7
4#3F5EF8
5#5F79F9
6#7F94FA
7#9FAEFC
8#BFC9FD
9#DFE4FE
Tones
Muted variations
1#0F27A4
2#172D9C
3#1F3393
4#27388B
5#303E83
6#38437A
7#404972
8#494E6A
9#515462
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC9 #BFC9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA0 #8EA0FB | BordersInactive statesPlaceholder text |
| 400 | 536E #536EF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2245 #2245F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 082B #082BD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0622 #0622AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0418 #04187B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0310 #03104F | Primary textHigh emphasis contentDark headings |
| 950 | 020A #020A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F3FE;
--cobalt-100: #DDE2FE;
--cobalt-200: #BFC9FD;
--cobalt-300: #8EA0FB;
--cobalt-400: #536EF9;
--cobalt-500: #2245F7;
--cobalt-600: #082BD9;
--cobalt-700: #0622AC;
--cobalt-800: #04187B;
--cobalt-900: #03104F;
--cobalt-950: #020A31;
}