Cobalt
#3A49A6
BlueColor Codes
All color formats for development
HEX
#3A49A6RGB
rgb(58, 73, 166)HSL
hsl(232, 48%, 44%)OKLCH
oklch(0.448 0.15 272)CMYK
cmyk(65%, 56%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#354195
2#2F3A85
3#293374
4#232C64
5#1D2453
6#171D42
7#121632
8#0C0F21
9#060711
Tints
Lighter variations
1#4252BB
2#5665C4
3#6B78CB
4#808BD2
5#959EDA
6#AAB2E1
7#C0C5E9
8#D5D8F0
9#EAECF8
Tones
Muted variations
1#404DA1
2#45519B
3#4B5596
4#505991
5#555C8B
6#5B6086
7#606480
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 | E5E7 #E5E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED2 #CED2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B0 #A8B0E1 | BordersInactive statesPlaceholder text |
| 400 | 7B86 #7B86D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5564 #5564C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A49 #3A49A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3A #2E3A84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2129 #21295E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151A #151A3C | 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: #E5E7F6;
--cobalt-200: #CED2EE;
--cobalt-300: #A8B0E1;
--cobalt-400: #7B86D1;
--cobalt-500: #5564C3;
--cobalt-600: #3A49A6;
--cobalt-700: #2E3A84;
--cobalt-800: #21295E;
--cobalt-900: #151A3C;
--cobalt-950: #0D1126;
}