Cobalt
#084978
BlueColor Codes
All color formats for development
HEX
#084978RGB
rgb(8, 73, 120)HSL
hsl(205, 88%, 25%)OKLCH
oklch(0.394 0.099 247.2)CMYK
cmyk(93%, 39%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07426C
2#063A60
3#053354
4#052C48
5#04253C
6#031D30
7#021624
8#020F18
9#01070C
Tints
Lighter variations
1#0A5F9C
2#0C75C0
3#0F8BE4
4#279DF1
5#4BADF4
6#6FBEF6
7#93CEF8
8#B7DEFA
9#DBEFFD
Tones
Muted variations
1#0D4872
2#13476D
3#184667
4#1E4561
5#24445C
6#294356
7#2F4351
8#35424B
9#3A4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF0 #DDF0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E3 #C1E3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91CD #91CDF8 | BordersInactive statesPlaceholder text |
| 400 | 57B3 #57B3F4 | Disabled statesSecondary iconsMuted text |
| 500 | 279D #279DF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D81 #0D81D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B66 #0B66A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0849 #084978 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052F #052F4D | Primary textHigh emphasis contentDark headings |
| 950 | 031D #031D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FE;
--cobalt-100: #DDF0FD;
--cobalt-200: #C1E3FB;
--cobalt-300: #91CDF8;
--cobalt-400: #57B3F4;
--cobalt-500: #279DF1;
--cobalt-600: #0D81D3;
--cobalt-700: #0B66A8;
--cobalt-800: #084978;
--cobalt-900: #052F4D;
--cobalt-950: #031D30;
}