Cobalt
#082BD9
BlueColor Codes
All color formats for development
HEX
#082BD9RGB
rgb(8, 43, 217)HSL
hsl(230, 93%, 44%)OKLCH
oklch(0.432 0.256 264.7)CMYK
cmyk(96%, 80%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0726C3
2#0622AD
3#051E98
4#051A82
5#04156C
6#031157
7#020D41
8#02092B
9#010416
Tints
Lighter variations
1#0930F4
2#2346F7
3#3E5DF8
4#5A74F9
5#758BFA
6#91A2FB
7#ACBAFC
8#C8D1FD
9#E3E8FE
Tones
Muted variations
1#1232CE
2#1D39C4
3#2740B9
4#3246AF
5#3C4DA4
6#46549A
7#515B90
8#5B6285
9#66697B
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;
}