Cobalt
#084278
BlueColor Codes
All color formats for development
HEX
#084278RGB
rgb(8, 66, 120)HSL
hsl(209, 88%, 25%)OKLCH
oklch(0.377 0.107 252.4)CMYK
cmyk(93%, 45%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#073B6C
2#063460
3#052E54
4#052748
5#04213C
6#031A30
7#021424
8#020D18
9#01070C
Tints
Lighter variations
1#0A559C
2#0C69C0
3#0F7DE4
4#2790F1
5#4BA2F4
6#6FB5F6
7#93C7F8
8#B7DAFA
9#DBECFD
Tones
Muted variations
1#0D4172
2#13416D
3#184167
4#1E4161
5#24415C
6#294056
7#2F4051
8#35404B
9#3A4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DF #C1DFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C6 #91C6F8 | BordersInactive statesPlaceholder text |
| 400 | 57A8 #57A8F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2790 #2790F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D73 #0D73D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B5C #0B5CA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0842 #084278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052A #052A4D | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FE;
--cobalt-100: #DDEEFD;
--cobalt-200: #C1DFFB;
--cobalt-300: #91C6F8;
--cobalt-400: #57A8F4;
--cobalt-500: #2790F1;
--cobalt-600: #0D73D3;
--cobalt-700: #0B5CA8;
--cobalt-800: #084278;
--cobalt-900: #052A4D;
--cobalt-950: #031A30;
}