Cobalt
#212EC0
BlueColor Codes
All color formats for development
HEX
#212EC0RGB
rgb(33, 46, 192)HSL
hsl(235, 71%, 44%)OKLCH
oklch(0.413 0.221 268.5)CMYK
cmyk(83%, 76%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D29AD
2#1A2599
3#172086
4#141B73
5#101760
6#0D124D
7#0A0E3A
8#070926
9#030513
Tints
Lighter variations
1#2534D8
2#3C49DE
3#5460E2
4#6C77E6
5#858DEA
6#9DA4EE
7#B6BBF3
8#CED2F7
9#E7E8FB
Tones
Muted variations
1#2934B8
2#303BB0
3#3842A8
4#4048A0
5#484F98
6#505690
7#585C88
8#606380
9#686A78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E3 #E0E3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CA #C6CAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA2 #9BA2EE | BordersInactive statesPlaceholder text |
| 400 | 6671 #6671E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B48 #3B48DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 212E #212EC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A24 #1A2499 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 121A #121A6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C11 #0C1146 | Primary textHigh emphasis contentDark headings |
| 950 | 070A #070A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F3FD;
--cobalt-100: #E0E3FA;
--cobalt-200: #C6CAF5;
--cobalt-300: #9BA2EE;
--cobalt-400: #6671E5;
--cobalt-500: #3B48DE;
--cobalt-600: #212EC0;
--cobalt-700: #1A2499;
--cobalt-800: #121A6D;
--cobalt-900: #0C1146;
--cobalt-950: #070A2C;
}