Cobalt
#341AC7
BlueColor Codes
All color formats for development
HEX
#341AC7RGB
rgb(52, 26, 199)HSL
hsl(249, 77%, 44%)OKLCH
oklch(0.41 0.239 274.6)CMYK
cmyk(74%, 87%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F17B3
2#29159F
3#24128B
4#1F0F77
5#1A0D63
6#150A4F
7#10083C
8#0A0528
9#050314
Tints
Lighter variations
1#3A1DE0
2#4F35E5
3#654EE8
4#7B67EB
5#9181EF
6#A79AF2
7#BDB3F5
8#D3CCF8
9#E9E6FC
Tones
Muted variations
1#3A22BE
2#402BB5
3#4634AD
4#4C3CA4
5#52459B
6#584E93
7#5E568A
8#645F81
9#6A6879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC4 #CCC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A597 #A597F2 | BordersInactive statesPlaceholder text |
| 400 | 7661 #7661EA | Disabled statesSecondary iconsMuted text |
| 500 | 4E34 #4E34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 341A #341AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2915 #29159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D0F #1D0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1309 #130948 | 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: #F3F1FD;
--cobalt-100: #E4DFFB;
--cobalt-200: #CCC4F7;
--cobalt-300: #A597F2;
--cobalt-400: #7661EA;
--cobalt-500: #4E34E5;
--cobalt-600: #341AC7;
--cobalt-700: #29159E;
--cobalt-800: #1D0F71;
--cobalt-900: #130948;
--cobalt-950: #0C062D;
}