Cobalt
#094ED7
BlueColor Codes
All color formats for development
HEX
#094ED7RGB
rgb(9, 78, 215)HSL
hsl(220, 92%, 44%)OKLCH
oklch(0.484 0.219 262.4)CMYK
cmyk(96%, 64%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0846C2
2#073EAC
3#063697
4#052F81
5#04276C
6#041F56
7#031741
8#02102B
9#010816
Tints
Lighter variations
1#0A58F3
2#246AF6
3#3F7CF7
4#5A8FF8
5#76A2F9
6#91B4FA
7#ADC7FC
8#C8DAFD
9#E4ECFE
Tones
Muted variations
1#1351CD
2#1E55C3
3#2858B8
4#325CAE
5#3D5FA4
6#476299
7#51668F
8#5C6985
9#666D7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD4 #BFD4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB2 #8EB2FA | BordersInactive statesPlaceholder text |
| 400 | 548A #548AF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2369 #2369F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 094E #094ED7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 073E #073EAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 052C #052C7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 031C #031C4E | Primary textHigh emphasis contentDark headings |
| 950 | 0212 #021231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FE;
--cobalt-100: #DDE8FE;
--cobalt-200: #BFD4FC;
--cobalt-300: #8EB2FA;
--cobalt-400: #548AF8;
--cobalt-500: #2369F6;
--cobalt-600: #094ED7;
--cobalt-700: #073EAB;
--cobalt-800: #052C7A;
--cobalt-900: #031C4E;
--cobalt-950: #021231;
}