Cobalt
#082ED9
BlueColor Codes
All color formats for development
HEX
#082ED9RGB
rgb(8, 46, 217)HSL
hsl(229, 93%, 44%)OKLCH
oklch(0.435 0.253 264.7)CMYK
cmyk(96%, 79%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072AC3
2#0625AD
3#052098
4#051C82
5#04176C
6#031257
7#020E41
8#02092B
9#010516
Tints
Lighter variations
1#0934F4
2#2349F7
3#3E60F8
4#5A77F9
5#758EFA
6#91A4FB
7#ACBBFC
8#C8D2FD
9#E3E8FE
Tones
Muted variations
1#1235CE
2#1D3BC4
3#2742B9
4#3249AF
5#3C4FA4
6#46569A
7#515C90
8#5B6385
9#666A7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCA #BFCAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA2 #8EA2FB | BordersInactive statesPlaceholder text |
| 400 | 5371 #5371F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2249 #2249F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 082E #082ED9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0625 #0625AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 041A #041A7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0311 #03114F | 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: #DDE3FE;
--cobalt-200: #BFCAFD;
--cobalt-300: #8EA2FB;
--cobalt-400: #5371F9;
--cobalt-500: #2249F7;
--cobalt-600: #082ED9;
--cobalt-700: #0625AC;
--cobalt-800: #041A7B;
--cobalt-900: #03114F;
--cobalt-950: #020A31;
}