Cobalt
#084778
BlueColor Codes
All color formats for development
HEX
#084778RGB
rgb(8, 71, 120)HSL
hsl(206, 88%, 25%)OKLCH
oklch(0.389 0.101 248.8)CMYK
cmyk(93%, 41%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07406C
2#063960
3#053254
4#052B48
5#04243C
6#031C30
7#021524
8#020E18
9#01070C
Tints
Lighter variations
1#0A5D9C
2#0C72C0
3#0F87E4
4#279AF1
5#4BABF4
6#6FBBF6
7#93CCF8
8#B7DDFA
9#DBEEFD
Tones
Muted variations
1#0D4672
2#13466D
3#184567
4#1E4461
5#24435C
6#294356
7#2F4251
8#35414B
9#3A4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E2 #C1E2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91CB #91CBF8 | BordersInactive statesPlaceholder text |
| 400 | 57B0 #57B0F4 | Disabled statesSecondary iconsMuted text |
| 500 | 279A #279AF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D7D #0D7DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B64 #0B64A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0847 #084778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052E #052E4D | Primary textHigh emphasis contentDark headings |
| 950 | 031C #031C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FE;
--cobalt-100: #DDEFFD;
--cobalt-200: #C1E2FB;
--cobalt-300: #91CBF8;
--cobalt-400: #57B0F4;
--cobalt-500: #279AF1;
--cobalt-600: #0D7DD3;
--cobalt-700: #0B64A8;
--cobalt-800: #084778;
--cobalt-900: #052E4D;
--cobalt-950: #031C30;
}