Cobalt
#2356BE
BlueColor Codes
All color formats for development
HEX
#2356BERGB
rgb(35, 86, 190)HSL
hsl(220, 69%, 44%)OKLCH
oklch(0.483 0.173 262.3)CMYK
cmyk(82%, 55%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F4EAB
2#1C4598
3#183C85
4#153472
5#112B5F
6#0E234C
7#0A1A39
8#071126
9#030913
Tints
Lighter variations
1#2761D6
2#3E72DC
3#5684E0
4#6E96E4
5#86A7E9
6#9EB9ED
7#B7CAF2
8#CFDCF6
9#E7EDFB
Tones
Muted variations
1#2B59B6
2#325CAE
3#3A5EA6
4#42619F
5#496397
6#51668F
7#596887
8#616B80
9#686E78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E9 #E1E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D6 #C7D6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB7 #9CB7ED | BordersInactive statesPlaceholder text |
| 400 | 6891 #6891E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D72 #3D72DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2356 #2356BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C45 #1C4597 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1431 #14316C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1F #0D1F45 | 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: #E1E9F9;
--cobalt-200: #C7D6F5;
--cobalt-300: #9CB7ED;
--cobalt-400: #6891E3;
--cobalt-500: #3D72DB;
--cobalt-600: #2356BE;
--cobalt-700: #1C4597;
--cobalt-800: #14316C;
--cobalt-900: #0D1F45;
--cobalt-950: #08142B;
}