Cobalt
#084B78
BlueColor Codes
All color formats for development
HEX
#084B78RGB
rgb(8, 75, 120)HSL
hsl(204, 88%, 25%)OKLCH
oklch(0.399 0.097 245.6)CMYK
cmyk(93%, 37%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07436C
2#063C60
3#053454
4#052D48
5#04253C
6#031E30
7#021624
8#020F18
9#01070C
Tints
Lighter variations
1#0A619C
2#0C78C0
3#0F8EE4
4#27A0F1
5#4BB0F4
6#6FC0F6
7#93D0F8
8#B7DFFA
9#DBEFFD
Tones
Muted variations
1#0D4A72
2#13496D
3#184867
4#1E4661
5#24455C
6#294456
7#2F4351
8#35424B
9#3A4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF0 #DDF0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E4 #C1E4FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91CF #91CFF8 | BordersInactive statesPlaceholder text |
| 400 | 57B5 #57B5F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27A0 #27A0F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D84 #0D84D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B69 #0B69A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 084B #084B78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0530 #05304D | Primary textHigh emphasis contentDark headings |
| 950 | 031E #031E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F9FE;
--cobalt-100: #DDF0FD;
--cobalt-200: #C1E4FB;
--cobalt-300: #91CFF8;
--cobalt-400: #57B5F4;
--cobalt-500: #27A0F1;
--cobalt-600: #0D84D3;
--cobalt-700: #0B69A8;
--cobalt-800: #084B78;
--cobalt-900: #05304D;
--cobalt-950: #031E30;
}