Cobalt
#0462DC
BlueColor Codes
All color formats for development
HEX
#0462DCRGB
rgb(4, 98, 220)HSL
hsl(214, 96%, 44%)OKLCH
oklch(0.526 0.202 259)CMYK
cmyk(98%, 55%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0458C6
2#044EB0
3#03449A
4#033B84
5#02316E
6#022758
7#011D42
8#01142C
9#000A16
Tints
Lighter variations
1#056EF8
2#1F7EFA
3#3B8EFB
4#579EFC
5#73AEFC
6#8FBFFD
7#ABCFFD
8#C7DFFE
9#E3EFFE
Tones
Muted variations
1#0F63D1
2#1A65C6
3#2566BC
4#3068B1
5#3A69A6
6#456A9B
7#506C91
8#5B6D86
9#656F7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDA #BEDAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CBD #8CBDFD | BordersInactive statesPlaceholder text |
| 400 | 509A #509AFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E7E #1E7EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0462 #0462DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 044E #044EAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0338 #03387D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0224 #022450 | Primary textHigh emphasis contentDark headings |
| 950 | 0116 #011632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F6FF;
--cobalt-100: #DCEBFE;
--cobalt-200: #BEDAFE;
--cobalt-300: #8CBDFD;
--cobalt-400: #509AFB;
--cobalt-500: #1E7EFA;
--cobalt-600: #0462DC;
--cobalt-700: #044EAF;
--cobalt-800: #03387D;
--cobalt-900: #022450;
--cobalt-950: #011632;
}