Cobalt
#3946A7
BlueColor Codes
All color formats for development
HEX
#3946A7RGB
rgb(57, 70, 167)HSL
hsl(233, 49%, 44%)OKLCH
oklch(0.442 0.155 272.6)CMYK
cmyk(66%, 58%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#333F96
2#2E3886
3#283175
4#222A64
5#1D2354
6#171C43
7#111532
8#0B0E21
9#060711
Tints
Lighter variations
1#414FBC
2#5562C5
3#6A75CC
4#7F89D3
5#959DDB
6#AAB0E2
7#BFC4E9
8#D4D8F0
9#EAEBF8
Tones
Muted variations
1#3F4AA2
2#444E9C
3#4A5397
4#4F5791
5#555B8C
6#5A5F86
7#606481
8#65687B
9#6B6C76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED1 #CED1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AE #A8AEE1 | BordersInactive statesPlaceholder text |
| 400 | 7A84 #7A84D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5461 #5461C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3946 #3946A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E38 #2E3885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2128 #21285F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1519 #15193D | 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: #F4F4FB;
--cobalt-100: #E4E6F6;
--cobalt-200: #CED1EE;
--cobalt-300: #A8AEE1;
--cobalt-400: #7A84D1;
--cobalt-500: #5461C4;
--cobalt-600: #3946A7;
--cobalt-700: #2E3885;
--cobalt-800: #21285F;
--cobalt-900: #15193D;
--cobalt-950: #0D1026;
}