Cobalt
#2256BF
BlueColor Codes
All color formats for development
HEX
#2256BFRGB
rgb(34, 86, 191)HSL
hsl(220, 70%, 44%)OKLCH
oklch(0.483 0.174 262.2)CMYK
cmyk(82%, 55%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E4DAC
2#1B4599
3#183C86
4#143472
5#112B5F
6#0D224C
7#0A1A39
8#071126
9#030913
Tints
Lighter variations
1#2661D7
2#3D72DD
3#5584E1
4#6D95E5
5#86A7EA
6#9EB9EE
7#B6CAF2
8#CEDCF6
9#E7EDFB
Tones
Muted variations
1#2A59B7
2#315BAF
3#395EA7
4#41609F
5#496397
6#516690
7#596888
8#606B80
9#686E78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E9 #E1E9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D6 #C7D6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB7 #9BB7ED | BordersInactive statesPlaceholder text |
| 400 | 6791 #6791E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C71 #3C71DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2256 #2256BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B44 #1B4498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1331 #13316C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C1F #0C1F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0814 #08142B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F6FD;
--cobalt-100: #E1E9FA;
--cobalt-200: #C7D6F5;
--cobalt-300: #9BB7ED;
--cobalt-400: #6791E4;
--cobalt-500: #3C71DD;
--cobalt-600: #2256BF;
--cobalt-700: #1B4498;
--cobalt-800: #13316C;
--cobalt-900: #0C1F45;
--cobalt-950: #08142B;
}