Cobalt
#2C2CB5
BlueColor Codes
All color formats for development
HEX
#2C2CB5RGB
rgb(44, 44, 181)HSL
hsl(240, 61%, 44%)OKLCH
oklch(0.404 0.207 272.3)CMYK
cmyk(76%, 76%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2727A3
2#232391
3#1F1F7E
4#1A1A6C
5#16165A
6#121248
7#0D0D36
8#090924
9#040412
Tints
Lighter variations
1#3131CC
2#4747D2
3#5E5ED8
4#7575DE
5#8C8CE3
6#A3A3E9
7#BABAEE
8#D1D1F4
9#E8E8F9
Tones
Muted variations
1#3333AE
2#3939A7
3#4040A0
4#474799
5#4E4E92
6#55558C
7#5C5C85
8#63637E
9#696977
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A1 #A1A1E8 | BordersInactive statesPlaceholder text |
| 400 | 6F6F #6F6FDC | Disabled statesSecondary iconsMuted text |
| 500 | 4646 #4646D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C2C #2C2CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2323 #232390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1919 #191967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1010 #101042 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0A #0A0A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F3FC;
--cobalt-100: #E2E2F8;
--cobalt-200: #CACAF2;
--cobalt-300: #A1A1E8;
--cobalt-400: #6F6FDC;
--cobalt-500: #4646D2;
--cobalt-600: #2C2CB5;
--cobalt-700: #232390;
--cobalt-800: #191967;
--cobalt-900: #101042;
--cobalt-950: #0A0A29;
}