Cobalt
#222CBF
BlueColor Codes
All color formats for development
HEX
#222CBFRGB
rgb(34, 44, 191)HSL
hsl(236, 70%, 44%)OKLCH
oklch(0.41 0.221 268.9)CMYK
cmyk(82%, 77%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E28AC
2#1B2399
3#181F86
4#141A72
5#11165F
6#0D124C
7#0A0D39
8#070926
9#030413
Tints
Lighter variations
1#2632D7
2#3D47DD
3#555EE1
4#6D75E5
5#868CEA
6#9EA3EE
7#B6BAF2
8#CED1F6
9#E7E8FB
Tones
Muted variations
1#2A33B7
2#313AAF
3#3941A7
4#41479F
5#494E97
6#515590
7#595C88
8#606380
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 | C7CA #C7CAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA1 #9BA1ED | BordersInactive statesPlaceholder text |
| 400 | 6770 #6770E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C47 #3C47DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 222C #222CBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B23 #1B2398 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1319 #13196C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C10 #0C1045 | 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: #E1E2FA;
--cobalt-200: #C7CAF5;
--cobalt-300: #9BA1ED;
--cobalt-400: #6770E4;
--cobalt-500: #3C47DD;
--cobalt-600: #222CBF;
--cobalt-700: #1B2398;
--cobalt-800: #13196C;
--cobalt-900: #0C1045;
--cobalt-950: #080A2B;
}