Cobalt
#2224BF
BlueColor Codes
All color formats for development
HEX
#2224BFRGB
rgb(34, 36, 191)HSL
hsl(239, 70%, 44%)OKLCH
oklch(0.4 0.228 269.4)CMYK
cmyk(82%, 81%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E21AC
2#1B1D99
3#181986
4#141672
5#11125F
6#0D0F4C
7#0A0B39
8#070726
9#030413
Tints
Lighter variations
1#2629D7
2#3D3FDD
3#5557E1
4#6D6FE5
5#8687EA
6#9E9FEE
7#B6B7F2
8#CECFF6
9#E7E7FB
Tones
Muted variations
1#2A2CB7
2#3133AF
3#393BA7
4#41439F
5#494A97
6#515290
7#595988
8#606180
9#686978
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C7 #C7C7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B9D #9B9DED | BordersInactive statesPlaceholder text |
| 400 | 6769 #6769E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C3F #3C3FDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2224 #2224BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B1D #1B1D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1315 #13156C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0D #0C0D45 | 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: #E1E1FA;
--cobalt-200: #C7C7F5;
--cobalt-300: #9B9DED;
--cobalt-400: #6769E4;
--cobalt-500: #3C3FDD;
--cobalt-600: #2224BF;
--cobalt-700: #1B1D98;
--cobalt-800: #13156C;
--cobalt-900: #0C0D45;
--cobalt-950: #08082B;
}