Cobalt
#1942C8
BlueColor Codes
All color formats for development
HEX
#1942C8RGB
rgb(25, 66, 200)HSL
hsl(226, 78%, 44%)OKLCH
oklch(0.451 0.212 265)CMYK
cmyk(88%, 67%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#163BB4
2#1434A0
3#112E8C
4#0F2778
5#0C2164
6#0A1A50
7#07143C
8#050D28
9#020714
Tints
Lighter variations
1#1C4AE1
2#345DE6
3#4D71E9
4#6686EC
5#809AEF
6#99AEF2
7#B3C2F6
8#CCD7F9
9#E6EBFC
Tones
Muted variations
1#2146BF
2#2A4BB6
3#3350AD
4#3C54A5
5#44599C
6#4D5E93
7#56628A
8#5F6782
9#676C79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D0 #C4D0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AC #97ACF2 | BordersInactive statesPlaceholder text |
| 400 | 6081 #6081EB | Disabled statesSecondary iconsMuted text |
| 500 | 335D #335DE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1942 #1942C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1434 #14349F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E25 #0E2571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0918 #091849 | Primary textHigh emphasis contentDark headings |
| 950 | 060F #060F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F4FD;
--cobalt-100: #DFE6FB;
--cobalt-200: #C4D0F8;
--cobalt-300: #97ACF2;
--cobalt-400: #6081EB;
--cobalt-500: #335DE6;
--cobalt-600: #1942C8;
--cobalt-700: #14349F;
--cobalt-800: #0E2571;
--cobalt-900: #091849;
--cobalt-950: #060F2D;
}