Cobalt
#3434AD
BlueColor Codes
All color formats for development
HEX
#3434ADRGB
rgb(52, 52, 173)HSL
hsl(240, 54%, 44%)OKLCH
oklch(0.412 0.186 274.5)CMYK
cmyk(70%, 70%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E2E9C
2#29298A
3#242479
4#1F1F68
5#1A1A56
6#151545
7#0F0F34
8#0A0A23
9#050511
Tints
Lighter variations
1#3A3AC3
2#4F4FCA
3#6565D1
4#7B7BD8
5#9191DE
6#A7A7E5
7#BDBDEB
8#D3D3F2
9#E9E9F8
Tones
Muted variations
1#3A3AA7
2#4040A1
3#46469B
4#4C4C95
5#52528E
6#585888
7#5E5E82
8#64647C
9#6A6A76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCC #CCCCF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A5 #A5A5E4 | BordersInactive statesPlaceholder text |
| 400 | 7676 #7676D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E4E #4E4ECA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3434 #3434AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2929 #292989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D1D #1D1D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1313 #13133F | Primary textHigh emphasis contentDark headings |
| 950 | 0C0C #0C0C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F3FB;
--cobalt-100: #E4E4F7;
--cobalt-200: #CCCCF0;
--cobalt-300: #A5A5E4;
--cobalt-400: #7676D6;
--cobalt-500: #4E4ECA;
--cobalt-600: #3434AD;
--cobalt-700: #292989;
--cobalt-800: #1D1D62;
--cobalt-900: #13133F;
--cobalt-950: #0C0C27;
}