Cobalt
#0646DB
BlueColor Codes
All color formats for development
HEX
#0646DBRGB
rgb(6, 70, 219)HSL
hsl(222, 95%, 44%)OKLCH
oklch(0.473 0.233 263.2)CMYK
cmyk(97%, 68%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#053FC5
2#0438AF
3#043199
4#032A83
5#03236D
6#021C58
7#021542
8#010E2C
9#010716
Tints
Lighter variations
1#064EF7
2#2061F9
3#3C75FA
4#5889FB
5#749CFB
6#90B0FC
7#ABC4FD
8#C7D8FE
9#E3EBFE
Tones
Muted variations
1#104AD0
2#1B4EC5
3#2652BB
4#3057B0
5#3B5BA5
6#465F9B
7#506390
8#5B6886
9#666C7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE6 #DCE6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED1 #BED1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DAE #8DAEFC | BordersInactive statesPlaceholder text |
| 400 | 5184 #5184FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F61 #1F61F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0646 #0646DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0437 #0437AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0328 #03287C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0219 #021950 | Primary textHigh emphasis contentDark headings |
| 950 | 0110 #011032 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F4FF;
--cobalt-100: #DCE6FE;
--cobalt-200: #BED1FD;
--cobalt-300: #8DAEFC;
--cobalt-400: #5184FB;
--cobalt-500: #1F61F9;
--cobalt-600: #0646DB;
--cobalt-700: #0437AE;
--cobalt-800: #03287C;
--cobalt-900: #021950;
--cobalt-950: #011032;
}