Cobalt
#0465DC
BlueColor Codes
All color formats for development
HEX
#0465DCRGB
rgb(4, 101, 220)HSL
hsl(213, 96%, 44%)OKLCH
oklch(0.533 0.198 258.4)CMYK
cmyk(98%, 54%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#045BC6
2#0451B0
3#03479A
4#033D84
5#02336E
6#022958
7#011E42
8#01142C
9#000A16
Tints
Lighter variations
1#0572F8
2#1F82FA
3#3B91FB
4#57A1FC
5#73B1FC
6#8FC0FD
7#ABD0FD
8#C7E0FE
9#E3EFFE
Tones
Muted variations
1#0F67D1
2#1A68C6
3#2569BC
4#306AB1
5#3A6BA6
6#456C9B
7#506D91
8#5B6E86
9#656F7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDB #BEDBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CBF #8CBFFD | BordersInactive statesPlaceholder text |
| 400 | 509D #509DFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E81 #1E81FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0465 #0465DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0451 #0451AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 033A #033A7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0225 #022550 | Primary textHigh emphasis contentDark headings |
| 950 | 0117 #011732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F7FF;
--cobalt-100: #DCEBFE;
--cobalt-200: #BEDBFE;
--cobalt-300: #8CBFFD;
--cobalt-400: #509DFB;
--cobalt-500: #1E81FA;
--cobalt-600: #0465DC;
--cobalt-700: #0451AF;
--cobalt-800: #033A7D;
--cobalt-900: #022550;
--cobalt-950: #011732;
}