Cobalt
#394AA7
BlueColor Codes
All color formats for development
HEX
#394AA7RGB
rgb(57, 74, 167)HSL
hsl(231, 49%, 44%)OKLCH
oklch(0.45 0.15 271.3)CMYK
cmyk(66%, 56%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#334296
2#2E3B86
3#283475
4#222C64
5#1D2554
6#171D43
7#111632
8#0B0F21
9#060711
Tints
Lighter variations
1#4153BC
2#5566C5
3#6A79CC
4#7F8CD3
5#959FDB
6#AAB2E2
7#BFC5E9
8#D4D9F0
9#EAECF8
Tones
Muted variations
1#3F4EA2
2#44519C
3#4A5597
4#4F5991
5#555D8C
6#5A6186
7#606581
8#65697B
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 | CED2 #CED2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B0 #A8B0E1 | BordersInactive statesPlaceholder text |
| 400 | 7A87 #7A87D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5465 #5465C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 394A #394AA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3B #2E3B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212A #212A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151B #151B3D | 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: #CED2EE;
--cobalt-300: #A8B0E1;
--cobalt-400: #7A87D1;
--cobalt-500: #5465C4;
--cobalt-600: #394AA7;
--cobalt-700: #2E3B85;
--cobalt-800: #212A5F;
--cobalt-900: #151B3D;
--cobalt-950: #0D1126;
}