Cobalt
#085CAA
BlueColor Codes
All color formats for development
HEX
#085CAARGB
rgb(8, 92, 170)HSL
hsl(209, 91%, 35%)OKLCH
oklch(0.475 0.144 253.4)CMYK
cmyk(95%, 46%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#075399
2#064A88
3#064077
4#053766
5#042E55
6#032544
7#021C33
8#021222
9#010911
Tints
Lighter variations
1#0A6DCA
2#0B7EEA
3#218EF5
4#419FF6
5#61AFF8
6#80BFF9
7#A0CFFB
8#C0DFFC
9#DFEFFE
Tones
Muted variations
1#105CA2
2#185B9A
3#205B92
4#295B8A
5#315B82
6#395A7A
7#415A72
8#495A69
9#515A61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DF #C0DFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FC6 #8FC6FA | BordersInactive statesPlaceholder text |
| 400 | 55A8 #55A8F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2490 #2490F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A74 #0A74D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 085C #085CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0642 #06427A | Text on light backgroundsHeadingsStrong borders |
| 900 | 042A #042A4E | Primary textHigh emphasis contentDark headings |
| 950 | 021A #021A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F8FE;
--cobalt-100: #DDEEFD;
--cobalt-200: #C0DFFC;
--cobalt-300: #8FC6FA;
--cobalt-400: #55A8F7;
--cobalt-500: #2490F5;
--cobalt-600: #0A74D6;
--cobalt-700: #085CAA;
--cobalt-800: #06427A;
--cobalt-900: #042A4E;
--cobalt-950: #021A31;
}