Cobalt
#393BA7
BlueColor Codes
All color formats for development
HEX
#393BA7RGB
rgb(57, 59, 167)HSL
hsl(239, 49%, 44%)OKLCH
oklch(0.422 0.169 275.6)CMYK
cmyk(66%, 65%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#333596
2#2E2F86
3#282975
4#222364
5#1D1E54
6#171843
7#111232
8#0B0C21
9#060611
Tints
Lighter variations
1#4143BC
2#5557C5
3#6A6CCC
4#7F81D3
5#9596DB
6#AAABE2
7#BFC0E9
8#D4D5F0
9#EAEAF8
Tones
Muted variations
1#3F40A2
2#44469C
3#4A4B97
4#4F5091
5#55568C
6#5A5B86
7#606081
8#65667B
9#6B6B76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECE #CECEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8A9 #A8A9E1 | BordersInactive statesPlaceholder text |
| 400 | 7A7B #7A7BD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5456 #5456C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 393B #393BA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E2F #2E2F85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2122 #21225F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1515 #15153D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0D #0D0D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F4F4FB;
--cobalt-100: #E4E5F6;
--cobalt-200: #CECEEE;
--cobalt-300: #A8A9E1;
--cobalt-400: #7A7BD1;
--cobalt-500: #5456C4;
--cobalt-600: #393BA7;
--cobalt-700: #2E2F85;
--cobalt-800: #21225F;
--cobalt-900: #15153D;
--cobalt-950: #0D0D26;
}