Cobalt
#0966D7
BlueColor Codes
All color formats for development
HEX
#0966D7RGB
rgb(9, 102, 215)HSL
hsl(213, 92%, 44%)OKLCH
oklch(0.531 0.19 257.9)CMYK
cmyk(96%, 53%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#085CC2
2#0752AC
3#064797
4#053D81
5#04336C
6#042956
7#031F41
8#02142B
9#010A16
Tints
Lighter variations
1#0A73F3
2#2482F6
3#3F92F7
4#5AA1F8
5#76B1F9
6#91C1FA
7#ADD0FC
8#C8E0FD
9#E4EFFE
Tones
Muted variations
1#1367CD
2#1E68C3
3#2869B8
4#326AAE
5#3D6BA4
6#476C99
7#516D8F
8#5C6E85
9#666F7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDB #BFDBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EBF #8EBFFA | BordersInactive statesPlaceholder text |
| 400 | 549E #549EF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2382 #2382F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0966 #0966D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0751 #0751AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 053A #053A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0325 #03254E | Primary textHigh emphasis contentDark headings |
| 950 | 0217 #021731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F7FE;
--cobalt-100: #DDECFE;
--cobalt-200: #BFDBFC;
--cobalt-300: #8EBFFA;
--cobalt-400: #549EF8;
--cobalt-500: #2382F6;
--cobalt-600: #0966D7;
--cobalt-700: #0751AB;
--cobalt-800: #053A7A;
--cobalt-900: #03254E;
--cobalt-950: #021731;
}