Cobalt
#2E46B2
BlueColor Codes
All color formats for development
HEX
#2E46B2RGB
rgb(46, 70, 178)HSL
hsl(229, 59%, 44%)OKLCH
oklch(0.445 0.173 268.6)CMYK
cmyk(74%, 61%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293FA1
2#25388F
3#20317D
4#1C2A6B
5#172359
6#121C47
7#0E1536
8#090E24
9#050712
Tints
Lighter variations
1#344FC9
2#4962D0
3#6076D6
4#7789DC
5#8D9DE2
6#A4B1E8
7#BBC4ED
8#D2D8F3
9#E8EBF9
Tones
Muted variations
1#354AAC
2#3B4FA5
3#42539F
4#485798
5#4F5B91
6#565F8B
7#5C6484
8#63687D
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 | A2AE #A2AEE7 | BordersInactive statesPlaceholder text |
| 400 | 7184 #7184DA | Disabled statesSecondary iconsMuted text |
| 500 | 4961 #4961D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E46 #2E46B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2538 #25388E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A28 #1A2865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111A #111A41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A10 #0A1029 | 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: #A2AEE7;
--cobalt-400: #7184DA;
--cobalt-500: #4961D0;
--cobalt-600: #2E46B2;
--cobalt-700: #25388E;
--cobalt-800: #1A2865;
--cobalt-900: #111A41;
--cobalt-950: #0A1029;
}