Cobalt
#0562AD
BlueColor Codes
All color formats for development
HEX
#0562ADRGB
rgb(5, 98, 173)HSL
hsl(207, 94%, 35%)OKLCH
oklch(0.491 0.141 251.2)CMYK
cmyk(97%, 43%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05589C
2#044E8B
3#044479
4#033B68
5#033157
6#022745
7#021D34
8#011423
9#010A11
Tints
Lighter variations
1#0674CD
2#0786ED
3#1E96F8
4#3EA5F9
5#5EB4FA
6#7EC3FB
7#9FD2FC
8#BFE1FD
9#DFF0FE
Tones
Muted variations
1#0E61A5
2#16609C
3#1F5F94
4#275E8C
5#2F5D83
6#385D7B
7#405C72
8#485B6A
9#515A62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEF #DCEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE1 #BFE1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DCA #8DCAFB | BordersInactive statesPlaceholder text |
| 400 | 52AE #52AEFA | Disabled statesSecondary iconsMuted text |
| 500 | 2097 #2097F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 077B #077BDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0562 #0562AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0446 #04467C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022D #022D4F | Primary textHigh emphasis contentDark headings |
| 950 | 021C #021C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F8FF;
--cobalt-100: #DCEFFE;
--cobalt-200: #BFE1FD;
--cobalt-300: #8DCAFB;
--cobalt-400: #52AEFA;
--cobalt-500: #2097F8;
--cobalt-600: #077BDA;
--cobalt-700: #0562AD;
--cobalt-800: #04467C;
--cobalt-900: #022D4F;
--cobalt-950: #021C31;
}