Cobalt
#2E35B2
BlueColor Codes
All color formats for development
HEX
#2E35B2RGB
rgb(46, 53, 178)HSL
hsl(237, 59%, 44%)OKLCH
oklch(0.415 0.193 271.9)CMYK
cmyk(74%, 70%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#292FA1
2#252A8F
3#20257D
4#1C206B
5#171A59
6#121547
7#0E1036
8#090B24
9#050512
Tints
Lighter variations
1#343BC9
2#4950D0
3#6066D6
4#777CDC
5#8D92E2
6#A4A8E8
7#BBBDED
8#D2D3F3
9#E8E9F9
Tones
Muted variations
1#353BAC
2#3B41A5
3#42469F
4#484C98
5#4F5291
6#56588B
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 | E3E4 #E3E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACC #CACCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A5 #A2A5E7 | BordersInactive statesPlaceholder text |
| 400 | 7176 #7176DA | Disabled statesSecondary iconsMuted text |
| 500 | 494F #494FD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E35 #2E35B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252A #252A8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1E #1A1E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1113 #111341 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0C #0A0C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F3FC;
--cobalt-100: #E3E4F8;
--cobalt-200: #CACCF1;
--cobalt-300: #A2A5E7;
--cobalt-400: #7176DA;
--cobalt-500: #494FD0;
--cobalt-600: #2E35B2;
--cobalt-700: #252A8E;
--cobalt-800: #1A1E65;
--cobalt-900: #111341;
--cobalt-950: #0A0C29;
}