Cobalt
#0962D7
BlueColor Codes
All color formats for development
HEX
#0962D7RGB
rgb(9, 98, 215)HSL
hsl(214, 92%, 44%)OKLCH
oklch(0.523 0.195 258.8)CMYK
cmyk(96%, 54%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0859C2
2#074FAC
3#064597
4#053B81
5#04316C
6#042756
7#031E41
8#02142B
9#010A16
Tints
Lighter variations
1#0A6FF3
2#247FF6
3#3F8FF7
4#5A9FF8
5#76AFF9
6#91BFFA
7#ADCFFC
8#C8DFFD
9#E4EFFE
Tones
Muted variations
1#1364CD
2#1E65C3
3#2867B8
4#3268AE
5#3D69A4
6#476B99
7#516C8F
8#5C6D85
9#666F7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEB #DDEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDA #BFDAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EBD #8EBDFA | BordersInactive statesPlaceholder text |
| 400 | 549B #549BF8 | Disabled statesSecondary iconsMuted text |
| 500 | 237E #237EF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0962 #0962D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 074E #074EAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0538 #05387A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0324 #03244E | Primary textHigh emphasis contentDark headings |
| 950 | 0216 #021631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F6FE;
--cobalt-100: #DDEBFE;
--cobalt-200: #BFDAFC;
--cobalt-300: #8EBDFA;
--cobalt-400: #549BF8;
--cobalt-500: #237EF6;
--cobalt-600: #0962D7;
--cobalt-700: #074EAB;
--cobalt-800: #05387A;
--cobalt-900: #03244E;
--cobalt-950: #021631;
}