Cobalt
#351BC5
BlueColor Codes
All color formats for development
HEX
#351BC5RGB
rgb(53, 27, 197)HSL
hsl(249, 76%, 44%)OKLCH
oklch(0.409 0.236 275.1)CMYK
cmyk(73%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F18B2
2#2A169E
3#25138A
4#201076
5#1A0D63
6#150B4F
7#10083B
8#0B0527
9#050314
Tints
Lighter variations
1#3B1EDF
2#5036E4
3#664FE7
4#7C68EA
5#9281EE
6#A79AF1
7#BDB4F5
8#D3CDF8
9#E9E6FC
Tones
Muted variations
1#3A23BD
2#402CB4
3#4635AC
4#4C3DA3
5#52469B
6#584E92
7#5E578A
8#645F81
9#6A6879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E0 #E4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC5 #CCC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A598 #A598F1 | BordersInactive statesPlaceholder text |
| 400 | 7662 #7662EA | Disabled statesSecondary iconsMuted text |
| 500 | 4F35 #4F35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 351B #351BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A15 #2A159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E0F #1E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 130A #130A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0C06 #0C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F2FD;
--cobalt-100: #E4E0FB;
--cobalt-200: #CCC5F7;
--cobalt-300: #A598F1;
--cobalt-400: #7662EA;
--cobalt-500: #4F35E3;
--cobalt-600: #351BC5;
--cobalt-700: #2A159D;
--cobalt-800: #1E0F70;
--cobalt-900: #130A48;
--cobalt-950: #0C062D;
}