Cobalt
#0567AD
BlueColor Codes
All color formats for development
HEX
#0567ADRGB
rgb(5, 103, 173)HSL
hsl(205, 94%, 35%)OKLCH
oklch(0.503 0.136 248.7)CMYK
cmyk(97%, 40%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#055D9C
2#04538B
3#044879
4#033E68
5#033457
6#022945
7#021F34
8#011523
9#010A11
Tints
Lighter variations
1#067ACD
2#078EED
3#1E9DF8
4#3EABF9
5#5EB9FA
6#7EC7FB
7#9FD5FC
8#BFE3FD
9#DFF1FE
Tones
Muted variations
1#0E66A5
2#16649C
3#1F6394
4#27628C
5#2F6083
6#385F7B
7#405D72
8#485C6A
9#515B62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF0 #DCF0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE3 #BFE3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DCE #8DCEFB | BordersInactive statesPlaceholder text |
| 400 | 52B4 #52B4FA | Disabled statesSecondary iconsMuted text |
| 500 | 209E #209EF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0782 #0782DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0567 #0567AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 044A #044A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022F #022F4F | Primary textHigh emphasis contentDark headings |
| 950 | 021D #021D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F9FF;
--cobalt-100: #DCF0FE;
--cobalt-200: #BFE3FD;
--cobalt-300: #8DCEFB;
--cobalt-400: #52B4FA;
--cobalt-500: #209EF8;
--cobalt-600: #0782DA;
--cobalt-700: #0567AD;
--cobalt-800: #044A7C;
--cobalt-900: #022F4F;
--cobalt-950: #021D31;
}