Cobalt
#2244BF
BlueColor Codes
All color formats for development
HEX
#2244BFRGB
rgb(34, 68, 191)HSL
hsl(227, 70%, 44%)OKLCH
oklch(0.448 0.196 266.1)CMYK
cmyk(82%, 64%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E3DAC
2#1B3699
3#182F86
4#142972
5#11225F
6#0D1B4C
7#0A1439
8#070E26
9#030713
Tints
Lighter variations
1#264CD7
2#3D5FDD
3#5573E1
4#6D87E5
5#869BEA
6#9EAFEE
7#B6C3F2
8#CED7F6
9#E7EBFB
Tones
Muted variations
1#2A48B7
2#314DAF
3#3951A7
4#41559F
5#495A97
6#515E90
7#596388
8#606780
9#686C78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E6 #E1E6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D1 #C7D1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BAD #9BADED | BordersInactive statesPlaceholder text |
| 400 | 6782 #6782E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C5F #3C5FDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2244 #2244BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B36 #1B3698 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1326 #13266C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C19 #0C1945 | Primary textHigh emphasis contentDark headings |
| 950 | 080F #080F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F4FD;
--cobalt-100: #E1E6FA;
--cobalt-200: #C7D1F5;
--cobalt-300: #9BADED;
--cobalt-400: #6782E4;
--cobalt-500: #3C5FDD;
--cobalt-600: #2244BF;
--cobalt-700: #1B3698;
--cobalt-800: #13266C;
--cobalt-900: #0C1945;
--cobalt-950: #080F2B;
}