Cobalt
#0A5FA9
BlueColor Codes
All color formats for development
HEX
#0A5FA9RGB
rgb(10, 95, 169)HSL
hsl(208, 89%, 35%)OKLCH
oklch(0.482 0.139 251.9)CMYK
cmyk(94%, 44%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#095598
2#084C87
3#074276
4#063965
5#052F54
6#042643
7#031C33
8#021322
9#010911
Tints
Lighter variations
1#0C70C8
2#0D82E7
3#2492F2
4#43A1F4
5#62B1F6
6#82C1F8
7#A1D0FA
8#C0E0FB
9#E0EFFD
Tones
Muted variations
1#125EA1
2#1A5D99
3#225D91
4#2A5C89
5#325C81
6#395B79
7#415B71
8#495A69
9#515A61
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 | C0E0 #C0E0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C8 #90C8F9 | BordersInactive statesPlaceholder text |
| 400 | 56AB #56ABF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2693 #2693F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C77 #0C77D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A5F #0A5FA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0744 #074478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042B #042B4D | Primary textHigh emphasis contentDark headings |
| 950 | 031B #031B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FE;
--cobalt-100: #DDEEFD;
--cobalt-200: #C0E0FB;
--cobalt-300: #90C8F9;
--cobalt-400: #56ABF5;
--cobalt-500: #2693F2;
--cobalt-600: #0C77D4;
--cobalt-700: #0A5FA9;
--cobalt-800: #074478;
--cobalt-900: #042B4D;
--cobalt-950: #031B30;
}