Cobalt
#1E24C2
BlueColor Codes
All color formats for development
HEX
#1E24C2RGB
rgb(30, 36, 194)HSL
hsl(238, 73%, 44%)OKLCH
oklch(0.402 0.232 268.4)CMYK
cmyk(85%, 81%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B20AF
2#181D9B
3#151988
4#121574
5#0F1261
6#0C0E4E
7#090B3A
8#060727
9#030413
Tints
Lighter variations
1#2228DB
2#393FE0
3#5257E4
4#6B6FE8
5#8387EC
6#9C9FF0
7#B5B7F3
8#CECFF7
9#E6E7FB
Tones
Muted variations
1#262BBA
2#2F33B2
3#373BAA
4#3F42A1
5#474A99
6#4F5291
7#585989
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 | C6C7 #C6C7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A9C #9A9CEF | BordersInactive statesPlaceholder text |
| 400 | 6569 #6569E7 | Disabled statesSecondary iconsMuted text |
| 500 | 383E #383EE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E24 #1E24C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 181C #181C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1114 #11146E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0D #0B0D47 | Primary textHigh emphasis contentDark headings |
| 950 | 0708 #07082C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F2FD;
--cobalt-100: #E0E1FA;
--cobalt-200: #C6C7F6;
--cobalt-300: #9A9CEF;
--cobalt-400: #6569E7;
--cobalt-500: #383EE0;
--cobalt-600: #1E24C2;
--cobalt-700: #181C9A;
--cobalt-800: #11146E;
--cobalt-900: #0B0D47;
--cobalt-950: #07082C;
}