Cobalt
#0758DA
BlueColor Codes
All color formats for development
HEX
#0758DARGB
rgb(7, 88, 218)HSL
hsl(217, 94%, 44%)OKLCH
oklch(0.505 0.211 260.9)CMYK
cmyk(97%, 60%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064FC4
2#0546AE
3#053D98
4#043583
5#032C6D
6#032357
7#021A41
8#01122C
9#010916
Tints
Lighter variations
1#0863F5
2#2174F8
3#3D85F9
4#5997FA
5#74A8FB
6#90B9FC
7#ACCBFC
8#C8DCFD
9#E3EEFE
Tones
Muted variations
1#115ACF
2#1C5DC5
3#265FBA
4#3161AF
5#3B64A5
6#46669A
7#516990
8#5B6B85
9#666E7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE9 #DCE9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD7 #BFD7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB7 #8DB7FB | BordersInactive statesPlaceholder text |
| 400 | 5292 #5292FA | Disabled statesSecondary iconsMuted text |
| 500 | 2073 #2073F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0758 #0758DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0546 #0546AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0432 #04327C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0220 #02204F | Primary textHigh emphasis contentDark headings |
| 950 | 0214 #021431 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F6FF;
--cobalt-100: #DCE9FE;
--cobalt-200: #BFD7FD;
--cobalt-300: #8DB7FB;
--cobalt-400: #5292FA;
--cobalt-500: #2073F8;
--cobalt-600: #0758DA;
--cobalt-700: #0546AD;
--cobalt-800: #04327C;
--cobalt-900: #02204F;
--cobalt-950: #021431;
}