Cobalt
#085FAA
BlueColor Codes
All color formats for development
HEX
#085FAARGB
rgb(8, 95, 170)HSL
hsl(208, 91%, 35%)OKLCH
oklch(0.482 0.14 252)CMYK
cmyk(95%, 44%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#075599
2#064C88
3#064277
4#053966
5#042F55
6#032644
7#021C33
8#021322
9#010911
Tints
Lighter variations
1#0A70CA
2#0B82EA
3#2192F5
4#41A2F6
5#61B1F8
6#80C1F9
7#A0D0FB
8#C0E0FC
9#DFEFFE
Tones
Muted variations
1#105EA2
2#185E9A
3#205D92
4#295C8A
5#315C82
6#395B7A
7#415B72
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 | C0E0 #C0E0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FC8 #8FC8FA | BordersInactive statesPlaceholder text |
| 400 | 55AB #55ABF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2493 #2493F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A77 #0A77D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 085F #085FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0644 #06447A | Text on light backgroundsHeadingsStrong borders |
| 900 | 042B #042B4E | Primary textHigh emphasis contentDark headings |
| 950 | 021B #021B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F8FE;
--cobalt-100: #DDEEFD;
--cobalt-200: #C0E0FC;
--cobalt-300: #8FC8FA;
--cobalt-400: #55ABF7;
--cobalt-500: #2493F5;
--cobalt-600: #0A77D6;
--cobalt-700: #085FAA;
--cobalt-800: #06447A;
--cobalt-900: #042B4E;
--cobalt-950: #021B31;
}