Cobalt
#0947D7
BlueColor Codes
All color formats for development
HEX
#0947D7RGB
rgb(9, 71, 215)HSL
hsl(222, 92%, 44%)OKLCH
oklch(0.471 0.227 263.2)CMYK
cmyk(96%, 67%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0840C2
2#0739AC
3#063297
4#052B81
5#04236C
6#041C56
7#031541
8#020E2B
9#010716
Tints
Lighter variations
1#0A50F3
2#2463F6
3#3F76F7
4#5A8AF8
5#769DF9
6#91B1FA
7#ADC4FC
8#C8D8FD
9#E4EBFE
Tones
Muted variations
1#134BCD
2#1E4FC3
3#2853B8
4#3257AE
5#3D5CA4
6#476099
7#51648F
8#5C6885
9#666C7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD2 #BFD2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EAF #8EAFFA | BordersInactive statesPlaceholder text |
| 400 | 5485 #5485F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2362 #2362F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0947 #0947D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0738 #0738AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0528 #05287A | Text on light backgroundsHeadingsStrong borders |
| 900 | 031A #031A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0210 #021031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FE;
--cobalt-100: #DDE7FE;
--cobalt-200: #BFD2FC;
--cobalt-300: #8EAFFA;
--cobalt-400: #5485F8;
--cobalt-500: #2362F6;
--cobalt-600: #0947D7;
--cobalt-700: #0738AB;
--cobalt-800: #05287A;
--cobalt-900: #031A4E;
--cobalt-950: #021031;
}