Cobalt
#1E26C2
BlueColor Codes
All color formats for development
HEX
#1E26C2RGB
rgb(30, 38, 194)HSL
hsl(237, 73%, 44%)OKLCH
oklch(0.404 0.231 268.3)CMYK
cmyk(85%, 80%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B23AF
2#181F9B
3#151B88
4#121774
5#0F1361
6#0C0F4E
7#090C3A
8#060827
9#030413
Tints
Lighter variations
1#222BDB
2#3942E0
3#5259E4
4#6B71E8
5#8389EC
6#9CA0F0
7#B5B8F3
8#CED0F7
9#E6E7FB
Tones
Muted variations
1#262EBA
2#2F35B2
3#373DAA
4#3F44A1
5#474B99
6#4F5391
7#585A89
8#606181
9#686978
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E1 #E0E1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C8 #C6C8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A9E #9A9EEF | BordersInactive statesPlaceholder text |
| 400 | 656B #656BE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3841 #3841E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E26 #1E26C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 181F #181F9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1116 #11166E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0E #0B0E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0709 #07092C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F2FD;
--cobalt-100: #E0E1FA;
--cobalt-200: #C6C8F6;
--cobalt-300: #9A9EEF;
--cobalt-400: #656BE7;
--cobalt-500: #3841E0;
--cobalt-600: #1E26C2;
--cobalt-700: #181F9A;
--cobalt-800: #11166E;
--cobalt-900: #0B0E47;
--cobalt-950: #07092C;
}