Cobalt
#1939C8
BlueColor Codes
All color formats for development
HEX
#1939C8RGB
rgb(25, 57, 200)HSL
hsl(229, 78%, 44%)OKLCH
oklch(0.436 0.221 266)CMYK
cmyk(88%, 72%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1633B4
2#142DA0
3#11288C
4#0F2278
5#0C1C64
6#0A1750
7#07113C
8#050B28
9#020614
Tints
Lighter variations
1#1C40E1
2#3454E6
3#4D6AE9
4#667FEC
5#8094EF
6#99AAF2
7#B3BFF6
8#CCD4F9
9#E6EAFC
Tones
Muted variations
1#213EBF
2#2A44B6
3#3349AD
4#3C4FA5
5#44549C
6#4D5A93
7#56608A
8#5F6582
9#676B79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CD #C4CDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A7 #97A7F2 | BordersInactive statesPlaceholder text |
| 400 | 607A #607AEB | Disabled statesSecondary iconsMuted text |
| 500 | 3354 #3354E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1939 #1939C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 142D #142D9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E20 #0E2071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0915 #091549 | Primary textHigh emphasis contentDark headings |
| 950 | 060D #060D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F4FD;
--cobalt-100: #DFE4FB;
--cobalt-200: #C4CDF8;
--cobalt-300: #97A7F2;
--cobalt-400: #607AEB;
--cobalt-500: #3354E6;
--cobalt-600: #1939C8;
--cobalt-700: #142D9F;
--cobalt-800: #0E2071;
--cobalt-900: #091549;
--cobalt-950: #060D2D;
}