Cobalt
#1E2CC2
BlueColor Codes
All color formats for development
HEX
#1E2CC2RGB
rgb(30, 44, 194)HSL
hsl(235, 73%, 44%)OKLCH
oklch(0.412 0.225 267.9)CMYK
cmyk(85%, 77%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B28AF
2#18239B
3#151F88
4#121A74
5#0F1661
6#0C124E
7#090D3A
8#060927
9#030413
Tints
Lighter variations
1#2232DB
2#3947E0
3#525EE4
4#6B75E8
5#838CEC
6#9CA3F0
7#B5BAF3
8#CED1F7
9#E6E8FB
Tones
Muted variations
1#2633BA
2#2F3AB2
3#3740AA
4#3F47A1
5#474E99
6#4F5591
7#585C89
8#606381
9#686978
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CA #C6CAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA1 #9AA1EF | BordersInactive statesPlaceholder text |
| 400 | 656F #656FE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3846 #3846E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E2C #1E2CC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1823 #18239A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1119 #11196E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B10 #0B1047 | Primary textHigh emphasis contentDark headings |
| 950 | 070A #070A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F3FD;
--cobalt-100: #E0E2FA;
--cobalt-200: #C6CAF6;
--cobalt-300: #9AA1EF;
--cobalt-400: #656FE7;
--cobalt-500: #3846E0;
--cobalt-600: #1E2CC2;
--cobalt-700: #18239A;
--cobalt-800: #11196E;
--cobalt-900: #0B1047;
--cobalt-950: #070A2C;
}