Cobalt
#095FAA
BlueColor Codes
All color formats for development
HEX
#095FAARGB
rgb(9, 95, 170)HSL
hsl(208, 90%, 35%)OKLCH
oklch(0.482 0.14 252.1)CMYK
cmyk(95%, 44%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#085599
2#074C88
3#064277
4#053966
5#042F55
6#042644
7#031C33
8#021322
9#010911
Tints
Lighter variations
1#0B70C9
2#0C82E9
3#2392F3
4#42A2F5
5#62B1F7
6#81C1F8
7#A1D0FA
8#C0E0FC
9#E0EFFD
Tones
Muted variations
1#115EA2
2#195E9A
3#215D91
4#295C89
5#315C81
6#395B79
7#415B71
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 | 90C8 #90C8F9 | BordersInactive statesPlaceholder text |
| 400 | 55AB #55ABF6 | Disabled statesSecondary iconsMuted text |
| 500 | 2593 #2593F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B77 #0B77D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 095F #095FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0644 #064479 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042B #042B4E | 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: #F0F8FE;
--cobalt-100: #DDEEFD;
--cobalt-200: #C0E0FC;
--cobalt-300: #90C8F9;
--cobalt-400: #55ABF6;
--cobalt-500: #2593F4;
--cobalt-600: #0B77D5;
--cobalt-700: #095FAA;
--cobalt-800: #064479;
--cobalt-900: #042B4E;
--cobalt-950: #031B30;
}