Cobalt
#2C1BC5
BlueColor Codes
All color formats for development
HEX
#2C1BC5RGB
rgb(44, 27, 197)HSL
hsl(246, 76%, 44%)OKLCH
oklch(0.403 0.238 272.2)CMYK
cmyk(78%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2818B2
2#23169E
3#1F138A
4#1A1076
5#160D63
6#120B4F
7#0D083B
8#090527
9#040314
Tints
Lighter variations
1#321EDF
2#4736E4
3#5E4FE7
4#7568EA
5#8C81EE
6#A39AF1
7#BAB4F5
8#D1CDF8
9#E8E6FC
Tones
Muted variations
1#3323BD
2#3A2CB4
3#4035AC
4#473DA3
5#4E469B
6#554E92
7#5C578A
8#635F81
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 | CAC5 #CAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A198 #A198F1 | BordersInactive statesPlaceholder text |
| 400 | 6F62 #6F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 4635 #4635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C1B #2C1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2315 #23159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190F #190F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 100A #100A48 | 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: #CAC5F7;
--cobalt-300: #A198F1;
--cobalt-400: #6F62EA;
--cobalt-500: #4635E3;
--cobalt-600: #2C1BC5;
--cobalt-700: #23159D;
--cobalt-800: #190F70;
--cobalt-900: #100A48;
--cobalt-950: #0A062D;
}