Cobalt
#2246BF
BlueColor Codes
All color formats for development
HEX
#2246BFRGB
rgb(34, 70, 191)HSL
hsl(226, 70%, 44%)OKLCH
oklch(0.452 0.194 265.8)CMYK
cmyk(82%, 63%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E3FAC
2#1B3899
3#183186
4#142A72
5#11235F
6#0D1C4C
7#0A1539
8#070E26
9#030713
Tints
Lighter variations
1#264FD7
2#3D62DD
3#5576E1
4#6D89E5
5#869DEA
6#9EB1EE
7#B6C4F2
8#CED8F6
9#E7EBFB
Tones
Muted variations
1#2A4BB7
2#314FAF
3#3953A7
4#41579F
5#495B97
6#515F90
7#596488
8#606880
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 | 9BAE #9BAEED | BordersInactive statesPlaceholder text |
| 400 | 6784 #6784E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C61 #3C61DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2246 #2246BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B38 #1B3898 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1328 #13286C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C1A #0C1A45 | Primary textHigh emphasis contentDark headings |
| 950 | 0810 #08102B | 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: #9BAEED;
--cobalt-400: #6784E4;
--cobalt-500: #3C61DD;
--cobalt-600: #2246BF;
--cobalt-700: #1B3898;
--cobalt-800: #13286C;
--cobalt-900: #0C1A45;
--cobalt-950: #08102B;
}