Cobalt
#0A6CA9
BlueColor Codes
All color formats for development
HEX
#0A6CA9RGB
rgb(10, 108, 169)HSL
hsl(203, 89%, 35%)OKLCH
oklch(0.513 0.125 244.8)CMYK
cmyk(94%, 36%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#096198
2#085687
3#074B76
4#064165
5#053654
6#042B43
7#032033
8#021622
9#010B11
Tints
Lighter variations
1#0C80C8
2#0D94E7
3#24A3F2
4#43B0F4
5#62BDF6
6#82CAF8
7#A1D8FA
8#C0E5FB
9#E0F2FD
Tones
Muted variations
1#126AA1
2#1A6899
3#226691
4#2A6489
5#326381
6#396179
7#415F71
8#495D69
9#515B61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E5 #C0E5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D1 #90D1F9 | BordersInactive statesPlaceholder text |
| 400 | 56B8 #56B8F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26A4 #26A4F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C88 #0C88D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A6C #0A6CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 074D #074D78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0431 #04314D | Primary textHigh emphasis contentDark headings |
| 950 | 031F #031F30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F9FE;
--cobalt-100: #DDF1FD;
--cobalt-200: #C0E5FB;
--cobalt-300: #90D1F9;
--cobalt-400: #56B8F5;
--cobalt-500: #26A4F2;
--cobalt-600: #0C88D4;
--cobalt-700: #0A6CA9;
--cobalt-800: #074D78;
--cobalt-900: #04314D;
--cobalt-950: #031F30;
}