Cobalt
#2344BE
BlueColor Codes
All color formats for development
HEX
#2344BERGB
rgb(35, 68, 190)HSL
hsl(227, 69%, 44%)OKLCH
oklch(0.448 0.194 266.3)CMYK
cmyk(82%, 64%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F3DAB
2#1C3798
3#183085
4#152972
5#11225F
6#0E1B4C
7#0A1439
8#070E26
9#030713
Tints
Lighter variations
1#274DD6
2#3E60DC
3#5674E0
4#6E88E4
5#869CE9
6#9EB0ED
7#B7C3F2
8#CFD7F6
9#E7EBFB
Tones
Muted variations
1#2B49B6
2#324DAE
3#3A51A6
4#42569F
5#495A97
6#515F8F
7#596387
8#616780
9#686C78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E6 #E1E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D1 #C7D1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CAD #9CADED | BordersInactive statesPlaceholder text |
| 400 | 6883 #6883E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D5F #3D5FDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2344 #2344BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C36 #1C3697 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1427 #14276C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D19 #0D1945 | 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: #E1E6F9;
--cobalt-200: #C7D1F5;
--cobalt-300: #9CADED;
--cobalt-400: #6883E3;
--cobalt-500: #3D5FDB;
--cobalt-600: #2344BE;
--cobalt-700: #1C3697;
--cobalt-800: #14276C;
--cobalt-900: #0D1945;
--cobalt-950: #08102B;
}