Cobalt
#2E44B2
BlueColor Codes
All color formats for development
HEX
#2E44B2RGB
rgb(46, 68, 178)HSL
hsl(230, 59%, 44%)OKLCH
oklch(0.441 0.176 269.1)CMYK
cmyk(74%, 62%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293DA1
2#25368F
3#20307D
4#1C296B
5#172259
6#121B47
7#0E1436
8#090E24
9#050712
Tints
Lighter variations
1#344DC9
2#4960D0
3#6074D6
4#7788DC
5#8D9CE2
6#A4AFE8
7#BBC3ED
8#D2D7F3
9#E8EBF9
Tones
Muted variations
1#3548AC
2#3B4DA5
3#42519F
4#485698
5#4F5A91
6#565F8B
7#5C6384
8#63677D
9#6A6C77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E6 #E3E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD1 #CAD1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2AD #A2ADE7 | BordersInactive statesPlaceholder text |
| 400 | 7183 #7183DA | Disabled statesSecondary iconsMuted text |
| 500 | 495F #495FD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E44 #2E44B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2536 #25368E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A27 #1A2765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1119 #111941 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0F #0A0F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F4FC;
--cobalt-100: #E3E6F8;
--cobalt-200: #CAD1F1;
--cobalt-300: #A2ADE7;
--cobalt-400: #7183DA;
--cobalt-500: #495FD0;
--cobalt-600: #2E44B2;
--cobalt-700: #25368E;
--cobalt-800: #1A2765;
--cobalt-900: #111941;
--cobalt-950: #0A0F29;
}