Cobalt
#242CBC
BlueColor Codes
All color formats for development
HEX
#242CBCRGB
rgb(36, 44, 188)HSL
hsl(237, 68%, 44%)OKLCH
oklch(0.407 0.217 269.6)CMYK
cmyk(81%, 77%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2027AA
2#1D2397
3#191E84
4#161A71
5#12165E
6#0E114B
7#0B0D39
8#070926
9#040413
Tints
Lighter variations
1#2831D4
2#3F47DA
3#575EDF
4#6F75E4
5#878CE8
6#9FA3ED
7#B7BAF1
8#CFD1F6
9#E7E8FA
Tones
Muted variations
1#2C32B5
2#3339AD
3#3B40A6
4#42479E
5#4A4E96
6#52558F
7#595C87
8#61627F
9#696978
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CA #C7CAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA0 #9CA0EC | BordersInactive statesPlaceholder text |
| 400 | 696F #696FE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E46 #3E46DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 242C #242CBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D23 #1D2396 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1419 #14196B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D10 #0D1045 | Primary textHigh emphasis contentDark headings |
| 950 | 080A #080A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F3FD;
--cobalt-100: #E1E2F9;
--cobalt-200: #C7CAF4;
--cobalt-300: #9CA0EC;
--cobalt-400: #696FE2;
--cobalt-500: #3E46DA;
--cobalt-600: #242CBC;
--cobalt-700: #1D2396;
--cobalt-800: #14196B;
--cobalt-900: #0D1045;
--cobalt-950: #080A2B;
}