Cobalt
#2C1EC2
BlueColor Codes
All color formats for development
HEX
#2C1EC2RGB
rgb(44, 30, 194)HSL
hsl(245, 73%, 44%)OKLCH
oklch(0.402 0.233 272.3)CMYK
cmyk(77%, 85%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#281BAF
2#23189B
3#1F1588
4#1A1274
5#160F61
6#120C4E
7#0D093A
8#090627
9#040313
Tints
Lighter variations
1#3222DB
2#4739E0
3#5E52E4
4#756BE8
5#8C83EC
6#A39CF0
7#BAB5F3
8#D1CEF7
9#E8E6FB
Tones
Muted variations
1#3326BA
2#3A2FB2
3#4037AA
4#473FA1
5#4E4799
6#554F91
7#5C5889
8#636081
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 | 6F65 #6F65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 4638 #4638E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C1E #2C1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2318 #23189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1911 #19116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 100B #100B47 | 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: #6F65E7;
--cobalt-500: #4638E0;
--cobalt-600: #2C1EC2;
--cobalt-700: #23189A;
--cobalt-800: #19116E;
--cobalt-900: #100B47;
--cobalt-950: #0A072C;
}