Cobalt
#056AAD
BlueColor Codes
All color formats for development
HEX
#056AADRGB
rgb(5, 106, 173)HSL
hsl(204, 94%, 35%)OKLCH
oklch(0.51 0.133 247.1)CMYK
cmyk(97%, 39%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#055F9C
2#04558B
3#044A79
4#034068
5#033557
6#022A45
7#022034
8#011523
9#010B11
Tints
Lighter variations
1#067ECD
2#0791ED
3#1EA1F8
4#3EAEF9
5#5EBCFA
6#7EC9FB
7#9FD7FC
8#BFE4FD
9#DFF2FE
Tones
Muted variations
1#0E68A5
2#16679C
3#1F6594
4#27638C
5#2F6283
6#38607B
7#405E72
8#485D6A
9#515B62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF1 #DCF1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE4 #BFE4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DCF #8DCFFB | BordersInactive statesPlaceholder text |
| 400 | 52B7 #52B7FA | Disabled statesSecondary iconsMuted text |
| 500 | 20A2 #20A2F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0785 #0785DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 056A #056AAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 044C #044C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0230 #02304F | Primary textHigh emphasis contentDark headings |
| 950 | 021E #021E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F9FF;
--cobalt-100: #DCF1FE;
--cobalt-200: #BFE4FD;
--cobalt-300: #8DCFFB;
--cobalt-400: #52B7FA;
--cobalt-500: #20A2F8;
--cobalt-600: #0785DA;
--cobalt-700: #056AAD;
--cobalt-800: #044C7C;
--cobalt-900: #02304F;
--cobalt-950: #021E31;
}