Cobalt
#053DAD
BlueColor Codes
All color formats for development
HEX
#053DADRGB
rgb(5, 61, 173)HSL
hsl(220, 94%, 35%)OKLCH
oklch(0.411 0.186 262.3)CMYK
cmyk(97%, 65%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05379C
2#04318B
3#042B79
4#032568
5#031F57
6#021945
7#021234
8#010C23
9#010611
Tints
Lighter variations
1#0649CD
2#0754ED
3#1E67F8
4#3E7CF9
5#5E92FA
6#7EA8FB
7#9FBEFC
8#BFD3FD
9#DFE9FE
Tones
Muted variations
1#0E40A5
2#16439C
3#1F4694
4#27488C
5#2F4B83
6#384E7B
7#405172
8#48546A
9#515662
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE8 #DCE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD3 #BFD3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB2 #8DB2FB | BordersInactive statesPlaceholder text |
| 400 | 528A #528AFA | Disabled statesSecondary iconsMuted text |
| 500 | 2068 #2068F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 074D #074DDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 053D #053DAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042C #042C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 021C #021C4F | Primary textHigh emphasis contentDark headings |
| 950 | 0212 #021231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FF;
--cobalt-100: #DCE8FE;
--cobalt-200: #BFD3FD;
--cobalt-300: #8DB2FB;
--cobalt-400: #528AFA;
--cobalt-500: #2068F8;
--cobalt-600: #074DDA;
--cobalt-700: #053DAD;
--cobalt-800: #042C7C;
--cobalt-900: #021C4F;
--cobalt-950: #021231;
}