Cobalt
#2328BE
BlueColor Codes
All color formats for development
HEX
#2328BERGB
rgb(35, 40, 190)HSL
hsl(238, 69%, 44%)OKLCH
oklch(0.404 0.223 269.5)CMYK
cmyk(82%, 79%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F24AB
2#1C2098
3#181C85
4#151872
5#11145F
6#0E104C
7#0A0C39
8#070826
9#030413
Tints
Lighter variations
1#272DD6
2#3E43DC
3#565BE0
4#6E72E4
5#868AE9
6#9EA1ED
7#B7B9F2
8#CFD0F6
9#E7E8FB
Tones
Muted variations
1#2B2FB6
2#3236AE
3#3A3EA6
4#42459F
5#494C97
6#51538F
7#595B87
8#616280
9#686978
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C9 #C7C9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9F #9C9FED | BordersInactive statesPlaceholder text |
| 400 | 686C #686CE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D42 #3D42DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2328 #2328BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C20 #1C2097 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1417 #14176C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0F #0D0F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0809 #08092B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F2FD;
--cobalt-100: #E1E2F9;
--cobalt-200: #C7C9F5;
--cobalt-300: #9C9FED;
--cobalt-400: #686CE3;
--cobalt-500: #3D42DB;
--cobalt-600: #2328BE;
--cobalt-700: #1C2097;
--cobalt-800: #14176C;
--cobalt-900: #0D0F45;
--cobalt-950: #08092B;
}