Cobalt
#26348C
BlueColor Codes
All color formats for development
HEX
#26348CRGB
rgb(38, 52, 140)HSL
hsl(232, 57%, 35%)OKLCH
oklch(0.373 0.146 270.6)CMYK
cmyk(73%, 63%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#232F7E
2#1F2A70
3#1B2462
4#171F54
5#131A46
6#0F1538
7#0C102A
8#080A1C
9#04050E
Tints
Lighter variations
1#2E3EA6
2#3547C0
3#495ACD
4#6372D4
5#7D89DB
6#97A1E2
7#B1B8EA
8#CBD0F1
9#E5E7F8
Tones
Muted variations
1#2B3887
2#313B82
3#363F7D
4#3B4378
5#404773
6#454A6E
7#4A4E69
8#4F5263
9#54565E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E6 #E3E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD0 #CBD0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3AC #A3ACE6 | BordersInactive statesPlaceholder text |
| 400 | 7380 #7380D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B5C #4B5CCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3041 #3041B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2634 #26348C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B25 #1B2564 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1218 #121840 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0F #0B0F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F4FC;
--cobalt-100: #E3E6F7;
--cobalt-200: #CBD0F1;
--cobalt-300: #A3ACE6;
--cobalt-400: #7380D9;
--cobalt-500: #4B5CCE;
--cobalt-600: #3041B0;
--cobalt-700: #26348C;
--cobalt-800: #1B2564;
--cobalt-900: #121840;
--cobalt-950: #0B0F28;
}