Cobalt
#232890
BlueColor Codes
All color formats for development
HEX
#232890RGB
rgb(35, 40, 144)HSL
hsl(237, 61%, 35%)OKLCH
oklch(0.353 0.167 272)CMYK
cmyk(76%, 72%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2481
2#1C2073
3#181C65
4#151856
5#111448
6#0E1039
7#0A0C2B
8#07081D
9#03040E
Tints
Lighter variations
1#2930AA
2#3037C5
3#444BD2
4#5F65D8
5#7A7FDF
6#9498E5
7#AFB2EC
8#CACCF2
9#E4E5F9
Tones
Muted variations
1#282D8A
2#2E3285
3#33377F
4#393C7A
5#3E4174
6#43466F
7#494B6A
8#4E4F64
9#54545F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACC #CACCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A4 #A1A4E8 | BordersInactive statesPlaceholder text |
| 400 | 6F75 #6F75DC | Disabled statesSecondary iconsMuted text |
| 500 | 464D #464DD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C33 #2C33B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2328 #232890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191D #191D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1012 #101242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0C #0A0C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F3FC;
--cobalt-100: #E2E3F8;
--cobalt-200: #CACCF2;
--cobalt-300: #A1A4E8;
--cobalt-400: #6F75DC;
--cobalt-500: #464DD2;
--cobalt-600: #2C33B5;
--cobalt-700: #232890;
--cobalt-800: #191D67;
--cobalt-900: #101242;
--cobalt-950: #0A0C29;
}