Cobalt
#2618C9
BlueColor Codes
All color formats for development
HEX
#2618C9RGB
rgb(38, 24, 201)HSL
hsl(245, 79%, 44%)OKLCH
oklch(0.403 0.245 270.4)CMYK
cmyk(81%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2315B5
2#1F13A1
3#1B108D
4#170E79
5#130C64
6#0F0950
7#0C073C
8#080528
9#040214
Tints
Lighter variations
1#2B1BE2
2#4233E7
3#594CEA
4#7166ED
5#897FF0
6#A099F3
7#B8B2F6
8#D0CCF9
9#E7E5FC
Tones
Muted variations
1#2E20C0
2#3529B7
3#3C32AE
4#443BA5
5#4B449D
6#534D94
7#5A568B
8#615E82
9#696779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C4 #C8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E96 #9E96F3 | BordersInactive statesPlaceholder text |
| 400 | 6B5F #6B5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4132 #4132E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2618 #2618C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E13 #1E13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 160D #160D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E09 #0E0949 | 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: #F2F1FD;
--cobalt-100: #E1DFFB;
--cobalt-200: #C8C4F8;
--cobalt-300: #9E96F3;
--cobalt-400: #6B5FEC;
--cobalt-500: #4132E7;
--cobalt-600: #2618C9;
--cobalt-700: #1E13A0;
--cobalt-800: #160D72;
--cobalt-900: #0E0949;
--cobalt-950: #09052E;
}