Cobalt
#222ABF
BlueColor Codes
All color formats for development
HEX
#222ABFRGB
rgb(34, 42, 191)HSL
hsl(237, 70%, 44%)OKLCH
oklch(0.407 0.223 269.1)CMYK
cmyk(82%, 78%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E25AC
2#1B2199
3#181D86
4#141972
5#11155F
6#0D114C
7#0A0C39
8#070826
9#030413
Tints
Lighter variations
1#262FD7
2#3D45DD
3#555CE1
4#6D73E5
5#868BEA
6#9EA2EE
7#B6B9F2
8#CED0F6
9#E7E8FB
Tones
Muted variations
1#2A31B7
2#3138AF
3#393FA7
4#41469F
5#494D97
6#515490
7#595B88
8#606280
9#686978
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C9 #C7C9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B9F #9B9FED | BordersInactive statesPlaceholder text |
| 400 | 676E #676EE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C44 #3C44DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 222A #222ABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B21 #1B2198 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1318 #13186C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0F #0C0F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0809 #08092B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F3FD;
--cobalt-100: #E1E2FA;
--cobalt-200: #C7C9F5;
--cobalt-300: #9B9FED;
--cobalt-400: #676EE4;
--cobalt-500: #3C44DD;
--cobalt-600: #222ABF;
--cobalt-700: #1B2198;
--cobalt-800: #13186C;
--cobalt-900: #0C0F45;
--cobalt-950: #08092B;
}