Cobalt
#3535AC
BlueColor Codes
All color formats for development
HEX
#3535ACRGB
rgb(53, 53, 172)HSL
hsl(240, 53%, 44%)OKLCH
oklch(0.414 0.184 274.8)CMYK
cmyk(69%, 69%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F2F9A
2#2A2A89
3#252578
4#202067
5#1A1A56
6#151545
7#101033
8#0B0B22
9#050511
Tints
Lighter variations
1#3B3BC2
2#5050C9
3#6666D0
4#7C7CD7
5#9292DD
6#A8A8E4
7#BDBDEB
8#D3D3F2
9#E9E9F8
Tones
Muted variations
1#3B3BA6
2#4141A0
3#47479A
4#4D4D94
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 #CCCCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A5 #A5A5E3 | BordersInactive statesPlaceholder text |
| 400 | 7676 #7676D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F4F #4F4FC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3535 #3535AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A2A #2A2A89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E1E #1E1E62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1313 #13133E | 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: #CCCCEF;
--cobalt-300: #A5A5E3;
--cobalt-400: #7676D5;
--cobalt-500: #4F4FC9;
--cobalt-600: #3535AC;
--cobalt-700: #2A2A89;
--cobalt-800: #1E1E62;
--cobalt-900: #13133E;
--cobalt-950: #0C0C27;
}