Cobalt
#2C2EB5
BlueColor Codes
All color formats for development
HEX
#2C2EB5RGB
rgb(44, 46, 181)HSL
hsl(239, 61%, 44%)OKLCH
oklch(0.407 0.205 272)CMYK
cmyk(76%, 75%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2729A3
2#232591
3#1F207E
4#1A1C6C
5#16175A
6#121248
7#0D0E36
8#090924
9#040512
Tints
Lighter variations
1#3134CC
2#4749D2
3#5E60D8
4#7577DE
5#8C8DE3
6#A3A4E9
7#BABBEE
8#D1D2F4
9#E8E8F9
Tones
Muted variations
1#3335AE
2#393BA7
3#4042A0
4#474999
5#4E4F92
6#55568C
7#5C5C85
8#63637E
9#696A77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A2 #A1A2E8 | BordersInactive statesPlaceholder text |
| 400 | 6F71 #6F71DC | Disabled statesSecondary iconsMuted text |
| 500 | 4649 #4649D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C2E #2C2EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2325 #232590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191A #191A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1011 #101142 | 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: #E2E3F8;
--cobalt-200: #CACAF2;
--cobalt-300: #A1A2E8;
--cobalt-400: #6F71DC;
--cobalt-500: #4649D2;
--cobalt-600: #2C2EB5;
--cobalt-700: #232590;
--cobalt-800: #191A67;
--cobalt-900: #101142;
--cobalt-950: #0A0A29;
}