Cobalt
#242EBC
BlueColor Codes
All color formats for development
HEX
#242EBCRGB
rgb(36, 46, 188)HSL
hsl(236, 68%, 44%)OKLCH
oklch(0.41 0.215 269.4)CMYK
cmyk(81%, 76%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2029AA
2#1D2597
3#192084
4#161C71
5#12175E
6#0E124B
7#0B0E39
8#070926
9#040513
Tints
Lighter variations
1#2834D4
2#3F49DA
3#5760DF
4#6F77E4
5#878EE8
6#9FA4ED
7#B7BBF1
8#CFD2F6
9#E7E8FA
Tones
Muted variations
1#2C35B5
2#333BAD
3#3B42A6
4#42499E
5#4A4F96
6#52568F
7#595C87
8#61637F
9#696A78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CA #C7CAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA2 #9CA2EC | BordersInactive statesPlaceholder text |
| 400 | 6971 #6971E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E49 #3E49DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 242E #242EBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D25 #1D2596 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141A #141A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D11 #0D1145 | 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: #E1E3F9;
--cobalt-200: #C7CAF4;
--cobalt-300: #9CA2EC;
--cobalt-400: #6971E2;
--cobalt-500: #3E49DA;
--cobalt-600: #242EBC;
--cobalt-700: #1D2596;
--cobalt-800: #141A6B;
--cobalt-900: #0D1145;
--cobalt-950: #080A2B;
}