Cobalt
#1956C8
BlueColor Codes
All color formats for development
HEX
#1956C8RGB
rgb(25, 86, 200)HSL
hsl(219, 78%, 44%)OKLCH
oklch(0.488 0.188 261.5)CMYK
cmyk(88%, 57%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#164DB4
2#1445A0
3#113C8C
4#0F3478
5#0C2B64
6#0A2250
7#071A3C
8#051128
9#020914
Tints
Lighter variations
1#1C61E1
2#3472E6
3#4D84E9
4#6695EC
5#80A7EF
6#99B9F2
7#B3CAF6
8#CCDCF9
9#E6EDFC
Tones
Muted variations
1#2159BF
2#2A5BB6
3#335EAD
4#3C60A5
5#44639C
6#4D6693
7#56688A
8#5F6B82
9#676E79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D6 #C4D6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B7 #97B7F2 | BordersInactive statesPlaceholder text |
| 400 | 6091 #6091EB | Disabled statesSecondary iconsMuted text |
| 500 | 3371 #3371E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1956 #1956C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1444 #14449F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E31 #0E3171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091F #091F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0614 #06142D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FD;
--cobalt-100: #DFE9FB;
--cobalt-200: #C4D6F8;
--cobalt-300: #97B7F2;
--cobalt-400: #6091EB;
--cobalt-500: #3371E6;
--cobalt-600: #1956C8;
--cobalt-700: #14449F;
--cobalt-800: #0E3171;
--cobalt-900: #091F49;
--cobalt-950: #06142D;
}