Cobalt
#2424BC
BlueColor Codes
All color formats for development
HEX
#2424BCRGB
rgb(36, 36, 188)HSL
hsl(240, 68%, 44%)OKLCH
oklch(0.397 0.224 270.1)CMYK
cmyk(81%, 81%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2020AA
2#1D1D97
3#191984
4#161671
5#12125E
6#0E0E4B
7#0B0B39
8#070726
9#040413
Tints
Lighter variations
1#2828D4
2#3F3FDA
3#5757DF
4#6F6FE4
5#8787E8
6#9F9FED
7#B7B7F1
8#CFCFF6
9#E7E7FA
Tones
Muted variations
1#2C2CB5
2#3333AD
3#3B3BA6
4#42429E
5#4A4A96
6#52528F
7#595987
8#61617F
9#696978
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C7 #C7C7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9C #9C9CEC | BordersInactive statesPlaceholder text |
| 400 | 6969 #6969E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E3E #3E3EDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2424 #2424BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D1D #1D1D96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1414 #14146B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0D #0D0D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0808 #08082B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F2FD;
--cobalt-100: #E1E1F9;
--cobalt-200: #C7C7F4;
--cobalt-300: #9C9CEC;
--cobalt-400: #6969E2;
--cobalt-500: #3E3EDA;
--cobalt-600: #2424BC;
--cobalt-700: #1D1D96;
--cobalt-800: #14146B;
--cobalt-900: #0D0D45;
--cobalt-950: #08082B;
}