Cobalt
#2A1CC4
BlueColor Codes
All color formats for development
HEX
#2A1CC4RGB
rgb(42, 28, 196)HSL
hsl(245, 75%, 44%)OKLCH
oklch(0.402 0.237 271.7)CMYK
cmyk(79%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2619B1
2#22169D
3#1D1489
4#191176
5#150E62
6#110B4F
7#0D083B
8#080627
9#040314
Tints
Lighter variations
1#2F20DD
2#4537E2
3#5D50E6
4#7469EA
5#8B82ED
6#A29BF1
7#B9B4F4
8#D1CDF8
9#E8E6FB
Tones
Muted variations
1#3124BC
2#382DB4
3#3F35AB
4#463EA3
5#4D469A
6#544F92
7#5B5789
8#625F81
9#696879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E0 #E2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C5 #C9C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A098 #A098F0 | BordersInactive statesPlaceholder text |
| 400 | 6E63 #6E63E9 | Disabled statesSecondary iconsMuted text |
| 500 | 4536 #4536E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A1C #2A1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2116 #21169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1810 #181070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F0A #0F0A47 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F2FD;
--cobalt-100: #E2E0FB;
--cobalt-200: #C9C5F7;
--cobalt-300: #A098F0;
--cobalt-400: #6E63E9;
--cobalt-500: #4536E2;
--cobalt-600: #2A1CC4;
--cobalt-700: #21169C;
--cobalt-800: #181070;
--cobalt-900: #0F0A47;
--cobalt-950: #0A062D;
}