Cobalt
#2347BE
BlueColor Codes
All color formats for development
HEX
#2347BERGB
rgb(35, 71, 190)HSL
hsl(226, 69%, 44%)OKLCH
oklch(0.453 0.191 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#1F40AB
2#1C3998
3#183285
4#152B72
5#11235F
6#0E1C4C
7#0A1539
8#070E26
9#030713
Tints
Lighter variations
1#2750D6
2#3E63DC
3#5676E0
4#6E8AE4
5#869DE9
6#9EB1ED
7#B7C4F2
8#CFD8F6
9#E7EBFB
Tones
Muted variations
1#2B4BB6
2#324FAE
3#3A53A6
4#42579F
5#495C97
6#51608F
7#596487
8#616880
9#686C78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E7 #E1E7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D2 #C7D2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CAF #9CAFED | BordersInactive statesPlaceholder text |
| 400 | 6885 #6885E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D62 #3D62DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2347 #2347BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C38 #1C3897 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1428 #14286C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1A #0D1A45 | 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: #F2F5FD;
--cobalt-100: #E1E7F9;
--cobalt-200: #C7D2F5;
--cobalt-300: #9CAFED;
--cobalt-400: #6885E3;
--cobalt-500: #3D62DB;
--cobalt-600: #2347BE;
--cobalt-700: #1C3897;
--cobalt-800: #14286C;
--cobalt-900: #0D1A45;
--cobalt-950: #08102B;
}