Cobalt
#232C90
BlueColor Codes
All color formats for development
HEX
#232C90RGB
rgb(35, 44, 144)HSL
hsl(235, 61%, 35%)OKLCH
oklch(0.36 0.162 271.2)CMYK
cmyk(76%, 69%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2781
2#1C2373
3#181F65
4#151A56
5#111648
6#0E1239
7#0A0D2B
8#07091D
9#03040E
Tints
Lighter variations
1#2934AA
2#303CC5
3#4450D2
4#5F69D8
5#7A82DF
6#949BE5
7#AFB4EC
8#CACDF2
9#E4E6F9
Tones
Muted variations
1#28308A
2#2E3585
3#33397F
4#393E7A
5#3E4374
6#43476F
7#494C6A
8#4E5064
9#54555F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACD #CACDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A7 #A1A7E8 | BordersInactive statesPlaceholder text |
| 400 | 6F78 #6F78DC | Disabled statesSecondary iconsMuted text |
| 500 | 4652 #4652D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C37 #2C37B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 232C #232C90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191F #191F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1014 #101442 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0D #0A0D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F3FC;
--cobalt-100: #E2E4F8;
--cobalt-200: #CACDF2;
--cobalt-300: #A1A7E8;
--cobalt-400: #6F78DC;
--cobalt-500: #4652D2;
--cobalt-600: #2C37B5;
--cobalt-700: #232C90;
--cobalt-800: #191F67;
--cobalt-900: #101442;
--cobalt-950: #0A0D29;
}