Cobalt
#2918C9
BlueColor Codes
All color formats for development
HEX
#2918C9RGB
rgb(41, 24, 201)HSL
hsl(246, 79%, 44%)OKLCH
oklch(0.404 0.245 271.2)CMYK
cmyk(80%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2515B5
2#2113A1
3#1D108D
4#190E79
5#150C64
6#110950
7#0C073C
8#080528
9#040214
Tints
Lighter variations
1#2F1BE2
2#4533E7
3#5C4CEA
4#7366ED
5#8A7FF0
6#A299F3
7#B9B2F6
8#D0CCF9
9#E8E5FC
Tones
Muted variations
1#3020C0
2#3729B7
3#3F32AE
4#463BA5
5#4D449D
6#544D94
7#5B568B
8#625E82
9#696779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C4 #C9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F96 #9F96F3 | BordersInactive statesPlaceholder text |
| 400 | 6D5F #6D5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4432 #4432E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2918 #2918C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2113 #2113A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170D #170D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F09 #0F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0905 #09052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F1FD;
--cobalt-100: #E2DFFB;
--cobalt-200: #C9C4F8;
--cobalt-300: #9F96F3;
--cobalt-400: #6D5FEC;
--cobalt-500: #4432E7;
--cobalt-600: #2918C9;
--cobalt-700: #2113A0;
--cobalt-800: #170D72;
--cobalt-900: #0F0949;
--cobalt-950: #09052E;
}