Cobalt
#2E32B2
BlueColor Codes
All color formats for development
HEX
#2E32B2RGB
rgb(46, 50, 178)HSL
hsl(238, 59%, 44%)OKLCH
oklch(0.411 0.196 272.4)CMYK
cmyk(74%, 72%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#292DA1
2#25288F
3#20237D
4#1C1E6B
5#171959
6#121447
7#0E0F36
8#090A24
9#050512
Tints
Lighter variations
1#3439C9
2#494ED0
3#6064D6
4#777ADC
5#8D90E2
6#A4A6E8
7#BBBDED
8#D2D3F3
9#E8E9F9
Tones
Muted variations
1#3539AC
2#3B3FA5
3#42459F
4#484B98
5#4F5191
6#56578B
7#5C5E84
8#63647D
9#6A6A77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACC #CACCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A4 #A2A4E7 | BordersInactive statesPlaceholder text |
| 400 | 7175 #7175DA | Disabled statesSecondary iconsMuted text |
| 500 | 494D #494DD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E32 #2E32B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2528 #25288E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1D #1A1D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1112 #111241 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0B #0A0B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F3FC;
--cobalt-100: #E3E3F8;
--cobalt-200: #CACCF1;
--cobalt-300: #A2A4E7;
--cobalt-400: #7175DA;
--cobalt-500: #494DD0;
--cobalt-600: #2E32B2;
--cobalt-700: #25288E;
--cobalt-800: #1A1D65;
--cobalt-900: #111241;
--cobalt-950: #0A0B29;
}