Cobalt
#084AD9
BlueColor Codes
All color formats for development
HEX
#084AD9RGB
rgb(8, 74, 217)HSL
hsl(221, 93%, 44%)OKLCH
oklch(0.478 0.226 262.9)CMYK
cmyk(96%, 66%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0743C3
2#063BAD
3#053498
4#052C82
5#04256C
6#031E57
7#021641
8#020F2B
9#010716
Tints
Lighter variations
1#0953F4
2#2366F7
3#3E79F8
4#5A8CF9
5#759FFA
6#91B2FB
7#ACC6FC
8#C8D9FD
9#E3ECFE
Tones
Muted variations
1#124ECE
2#1D52C4
3#2755B9
4#3259AF
5#3C5DA4
6#46619A
7#516590
8#5B6985
9#666C7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD3 #BFD3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB0 #8EB0FB | BordersInactive statesPlaceholder text |
| 400 | 5387 #5387F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2265 #2265F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 084A #084AD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 063B #063BAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042A #042A7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 031B #031B4F | Primary textHigh emphasis contentDark headings |
| 950 | 0211 #021131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FE;
--cobalt-100: #DDE7FE;
--cobalt-200: #BFD3FD;
--cobalt-300: #8EB0FB;
--cobalt-400: #5387F9;
--cobalt-500: #2265F7;
--cobalt-600: #084AD9;
--cobalt-700: #063BAC;
--cobalt-800: #042A7B;
--cobalt-900: #031B4F;
--cobalt-950: #021131;
}