Cobalt
#3436AD
BlueColor Codes
All color formats for development
HEX
#3436ADRGB
rgb(52, 54, 173)HSL
hsl(239, 54%, 44%)OKLCH
oklch(0.416 0.184 274.2)CMYK
cmyk(70%, 69%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E309C
2#292B8A
3#242679
4#1F2068
5#1A1B56
6#151545
7#0F1034
8#0A0B23
9#050511
Tints
Lighter variations
1#3A3CC3
2#4F51CA
3#6567D1
4#7B7DD8
5#9192DE
6#A7A8E5
7#BDBEEB
8#D3D4F2
9#E9E9F8
Tones
Muted variations
1#3A3BA7
2#4041A1
3#46479B
4#4C4D95
5#52538E
6#585988
7#5E5F82
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 | CCCD #CCCDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A6 #A5A6E4 | BordersInactive statesPlaceholder text |
| 400 | 7677 #7677D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E50 #4E50CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3436 #3436AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 292B #292B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D1E #1D1E62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1314 #13143F | 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: #CCCDF0;
--cobalt-300: #A5A6E4;
--cobalt-400: #7677D6;
--cobalt-500: #4E50CA;
--cobalt-600: #3436AD;
--cobalt-700: #292B89;
--cobalt-800: #1D1E62;
--cobalt-900: #13143F;
--cobalt-950: #0C0C27;
}