Cobalt
#3619C8
BlueColor Codes
All color formats for development
HEX
#3619C8RGB
rgb(54, 25, 200)HSL
hsl(250, 78%, 44%)OKLCH
oklch(0.412 0.24 275.3)CMYK
cmyk(73%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3016B4
2#2B14A0
3#26118C
4#200F78
5#1B0C64
6#160A50
7#10073C
8#0B0528
9#050214
Tints
Lighter variations
1#3D1CE1
2#5134E6
3#674DE9
4#7D66EC
5#9280EF
6#A899F2
7#BEB3F6
8#D4CCF9
9#E9E6FC
Tones
Muted variations
1#3C21BF
2#422AB6
3#4733AD
4#4D3CA5
5#53449C
6#594D93
7#5F568A
8#655F82
9#6A6779
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 | CDC4 #CDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A697 #A697F2 | BordersInactive statesPlaceholder text |
| 400 | 7760 #7760EB | Disabled statesSecondary iconsMuted text |
| 500 | 5133 #5133E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3619 #3619C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B14 #2B149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F0E #1F0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1409 #140949 | 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: #CDC4F8;
--cobalt-300: #A697F2;
--cobalt-400: #7760EB;
--cobalt-500: #5133E6;
--cobalt-600: #3619C8;
--cobalt-700: #2B149F;
--cobalt-800: #1F0E71;
--cobalt-900: #140949;
--cobalt-950: #0C062D;
}