Cobalt
#0846D9
BlueColor Codes
All color formats for development
HEX
#0846D9RGB
rgb(8, 70, 217)HSL
hsl(222, 93%, 44%)OKLCH
oklch(0.471 0.23 263.3)CMYK
cmyk(96%, 68%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#073FC3
2#0638AD
3#053198
4#052A82
5#04236C
6#031C57
7#021541
8#020E2B
9#010716
Tints
Lighter variations
1#094FF4
2#2362F7
3#3E76F8
4#5A89F9
5#759DFA
6#91B1FB
7#ACC4FC
8#C8D8FD
9#E3EBFE
Tones
Muted variations
1#124BCE
2#1D4FC4
3#2753B9
4#3257AF
5#3C5BA4
6#46609A
7#516490
8#5B6885
9#666C7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD2 #BFD2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EAF #8EAFFB | BordersInactive statesPlaceholder text |
| 400 | 5385 #5385F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2262 #2262F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0846 #0846D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0638 #0638AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0428 #04287B | Text on light backgroundsHeadingsStrong borders |
| 900 | 031A #031A4F | Primary textHigh emphasis contentDark headings |
| 950 | 0210 #021031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FE;
--cobalt-100: #DDE7FE;
--cobalt-200: #BFD2FD;
--cobalt-300: #8EAFFB;
--cobalt-400: #5385F9;
--cobalt-500: #2262F7;
--cobalt-600: #0846D9;
--cobalt-700: #0638AC;
--cobalt-800: #04287B;
--cobalt-900: #031A4F;
--cobalt-950: #021031;
}