Cobalt
#2E1AC7
BlueColor Codes
All color formats for development
HEX
#2E1AC7RGB
rgb(46, 26, 199)HSL
hsl(247, 77%, 44%)OKLCH
oklch(0.406 0.24 272.7)CMYK
cmyk(77%, 87%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2917B3
2#25159F
3#20128B
4#1C0F77
5#170D63
6#120A4F
7#0E083C
8#090528
9#050314
Tints
Lighter variations
1#341DE0
2#4935E5
3#604EE8
4#7767EB
5#8D81EF
6#A49AF2
7#BBB3F5
8#D2CCF8
9#E8E6FC
Tones
Muted variations
1#3522BE
2#3B2BB5
3#4234AD
4#483CA4
5#4F459B
6#564E93
7#5C568A
8#635F81
9#6A6879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC4 #CAC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A297 #A297F2 | BordersInactive statesPlaceholder text |
| 400 | 7161 #7161EA | Disabled statesSecondary iconsMuted text |
| 500 | 4934 #4934E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E1A #2E1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2515 #25159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0F #1A0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1109 #110948 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F1FD;
--cobalt-100: #E3DFFB;
--cobalt-200: #CAC4F7;
--cobalt-300: #A297F2;
--cobalt-400: #7161EA;
--cobalt-500: #4934E5;
--cobalt-600: #2E1AC7;
--cobalt-700: #25159E;
--cobalt-800: #1A0F71;
--cobalt-900: #110948;
--cobalt-950: #0A062D;
}