Cobalt
#084EAA
BlueColor Codes
All color formats for development
HEX
#084EAARGB
rgb(8, 78, 170)HSL
hsl(214, 91%, 35%)OKLCH
oklch(0.444 0.161 258.5)CMYK
cmyk(95%, 54%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074799
2#063F88
3#063777
4#052F66
5#042755
6#031F44
7#021833
8#021022
9#010811
Tints
Lighter variations
1#0A5DCA
2#0B6CEA
3#217DF5
4#418FF6
5#61A2F8
6#80B5F9
7#A0C7FB
8#C0DAFC
9#DFECFE
Tones
Muted variations
1#1050A2
2#18519A
3#205292
4#29538A
5#315482
6#39557A
7#415672
8#495769
9#515861
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEB #DDEBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DA #C0DAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FBD #8FBDFA | BordersInactive statesPlaceholder text |
| 400 | 559B #559BF7 | Disabled statesSecondary iconsMuted text |
| 500 | 247E #247EF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A63 #0A63D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 084E #084EAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0638 #06387A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0424 #04244E | Primary textHigh emphasis contentDark headings |
| 950 | 0216 #021631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F6FE;
--cobalt-100: #DDEBFD;
--cobalt-200: #C0DAFC;
--cobalt-300: #8FBDFA;
--cobalt-400: #559BF7;
--cobalt-500: #247EF5;
--cobalt-600: #0A63D6;
--cobalt-700: #084EAA;
--cobalt-800: #06387A;
--cobalt-900: #04244E;
--cobalt-950: #021631;
}