Cobalt
#0967AA
BlueColor Codes
All color formats for development
HEX
#0967AARGB
rgb(9, 103, 170)HSL
hsl(205, 90%, 35%)OKLCH
oklch(0.501 0.131 248)CMYK
cmyk(95%, 39%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#085C99
2#075288
3#064877
4#053E66
5#043355
6#042944
7#031F33
8#021522
9#010A11
Tints
Lighter variations
1#0B7AC9
2#0C8DE9
3#239CF3
4#42AAF5
5#62B9F7
6#81C7F8
7#A1D5FA
8#C0E3FC
9#E0F1FD
Tones
Muted variations
1#1165A2
2#19649A
3#216391
4#296189
5#316081
6#395F79
7#415D71
8#495C69
9#515B61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF0 #DDF0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E3 #C0E3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90CD #90CDF9 | BordersInactive statesPlaceholder text |
| 400 | 55B3 #55B3F6 | Disabled statesSecondary iconsMuted text |
| 500 | 259D #259DF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B81 #0B81D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0967 #0967AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0649 #064979 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042F #042F4E | Primary textHigh emphasis contentDark headings |
| 950 | 031D #031D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F8FE;
--cobalt-100: #DDF0FD;
--cobalt-200: #C0E3FC;
--cobalt-300: #90CDF9;
--cobalt-400: #55B3F6;
--cobalt-500: #259DF4;
--cobalt-600: #0B81D5;
--cobalt-700: #0967AA;
--cobalt-800: #064979;
--cobalt-900: #042F4E;
--cobalt-950: #031D30;
}