Cobalt
#0516AD
BlueColor Codes
All color formats for development
HEX
#0516ADRGB
rgb(5, 22, 173)HSL
hsl(234, 94%, 35%)OKLCH
oklch(0.354 0.223 264.9)CMYK
cmyk(97%, 87%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05149C
2#04128B
3#040F79
4#030D68
5#030B57
6#020945
7#020734
8#010423
9#010211
Tints
Lighter variations
1#061ACD
2#071EED
3#1E34F8
4#3E51F9
5#5E6EFA
6#7E8BFB
7#9FA8FC
8#BFC5FD
9#DFE2FE
Tones
Muted variations
1#0E1DA5
2#16249C
3#1F2A94
4#27318C
5#2F3883
6#383E7B
7#404572
8#484C6A
9#515362
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE0 #DCE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC5 #BFC5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D98 #8D98FB | BordersInactive statesPlaceholder text |
| 400 | 5263 #5263FA | Disabled statesSecondary iconsMuted text |
| 500 | 2036 #2036F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 071C #071CDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0516 #0516AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0410 #04107C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020A #020A4F | Primary textHigh emphasis contentDark headings |
| 950 | 0206 #020631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F2FF;
--cobalt-100: #DCE0FE;
--cobalt-200: #BFC5FD;
--cobalt-300: #8D98FB;
--cobalt-400: #5263FA;
--cobalt-500: #2036F8;
--cobalt-600: #071CDA;
--cobalt-700: #0516AD;
--cobalt-800: #04107C;
--cobalt-900: #020A4F;
--cobalt-950: #020631;
}