Cobalt
#2D1FC1
BlueColor Codes
All color formats for development
HEX
#2D1FC1RGB
rgb(45, 31, 193)HSL
hsl(245, 72%, 44%)OKLCH
oklch(0.403 0.231 272.7)CMYK
cmyk(77%, 84%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#281CAE
2#24199A
3#1F1687
4#1B1374
5#161060
6#120D4D
7#0D093A
8#090627
9#040313
Tints
Lighter variations
1#3323DA
2#483BDF
3#5F53E3
4#766CE7
5#8D84EB
6#A49DEF
7#BAB5F3
8#D1CEF7
9#E8E6FB
Tones
Muted variations
1#3427B9
2#3A30B1
3#4138A9
4#4840A1
5#4F4899
6#555091
7#5C5888
8#636080
9#696878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E0 #E2E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC6 #CAC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A19A #A19AEF | BordersInactive statesPlaceholder text |
| 400 | 7065 #7065E6 | Disabled statesSecondary iconsMuted text |
| 500 | 473A #473ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D1F #2D1FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2419 #24199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1912 #19126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 100B #100B46 | Primary textHigh emphasis contentDark headings |
| 950 | 0A07 #0A072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F2FD;
--cobalt-100: #E2E0FA;
--cobalt-200: #CAC6F6;
--cobalt-300: #A19AEF;
--cobalt-400: #7065E6;
--cobalt-500: #473ADF;
--cobalt-600: #2D1FC1;
--cobalt-700: #24199A;
--cobalt-800: #19126E;
--cobalt-900: #100B46;
--cobalt-950: #0A072C;
}