Cobalt
#3849A8
BlueColor Codes
All color formats for development
HEX
#3849A8RGB
rgb(56, 73, 168)HSL
hsl(231, 50%, 44%)OKLCH
oklch(0.448 0.153 271.2)CMYK
cmyk(67%, 57%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#324297
2#2D3A87
3#273376
4#222C65
5#1C2454
6#161D43
7#111632
8#0B0F22
9#060711
Tints
Lighter variations
1#3F52BE
2#5465C6
3#6978CD
4#7E8BD4
5#949FDB
6#A9B2E2
7#BFC5EA
8#D4D8F1
9#EAECF8
Tones
Muted variations
1#3E4DA3
2#43519D
3#495597
4#4F5992
5#545D8C
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 | A7B0 #A7B0E2 | BordersInactive statesPlaceholder text |
| 400 | 7987 #7987D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5364 #5364C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3849 #3849A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D3A #2D3A86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2029 #202960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141B #141B3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D11 #0D1126 | 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: #A7B0E2;
--cobalt-400: #7987D2;
--cobalt-500: #5364C6;
--cobalt-600: #3849A8;
--cobalt-700: #2D3A86;
--cobalt-800: #202960;
--cobalt-900: #141B3D;
--cobalt-950: #0D1126;
}