Cobalt
#3847A8
BlueColor Codes
All color formats for development
HEX
#3847A8RGB
rgb(56, 71, 168)HSL
hsl(232, 50%, 44%)OKLCH
oklch(0.444 0.156 271.8)CMYK
cmyk(67%, 58%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#324097
2#2D3987
3#273276
4#222B65
5#1C2454
6#161C43
7#111532
8#0B0E22
9#060711
Tints
Lighter variations
1#3F50BE
2#5463C6
3#6976CD
4#7E8AD4
5#949DDB
6#A9B1E2
7#BFC4EA
8#D4D8F1
9#EAEBF8
Tones
Muted variations
1#3E4BA3
2#434F9D
3#495397
4#4F5892
5#545C8C
6#5A6087
7#5F6481
8#65687B
9#6B6C76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD2 #CDD2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7AF #A7AFE2 | BordersInactive statesPlaceholder text |
| 400 | 7985 #7985D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5362 #5362C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3847 #3847A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D39 #2D3986 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2028 #202860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141A #141A3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D10 #0D1026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F4F5FB;
--cobalt-100: #E4E7F6;
--cobalt-200: #CDD2EE;
--cobalt-300: #A7AFE2;
--cobalt-400: #7985D2;
--cobalt-500: #5362C6;
--cobalt-600: #3847A8;
--cobalt-700: #2D3986;
--cobalt-800: #202860;
--cobalt-900: #141A3D;
--cobalt-950: #0D1026;
}