Cobalt
#24368F
BlueColor Codes
All color formats for development
HEX
#24368FRGB
rgb(36, 54, 143)HSL
hsl(230, 60%, 35%)OKLCH
oklch(0.378 0.148 269.2)CMYK
cmyk(75%, 62%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#203081
2#1D2B72
3#192564
4#152056
5#121B47
6#0E1539
7#0B102B
8#070B1D
9#04050E
Tints
Lighter variations
1#2A3FA9
2#3149C4
3#455DD1
4#6074D7
5#7A8BDE
6#95A2E4
7#AFB9EB
8#CAD1F2
9#E4E8F8
Tones
Muted variations
1#293989
2#2E3D84
3#34407F
4#394479
5#3E4774
6#444B6F
7#494F69
8#4F5264
9#54565F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD1 #CAD1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AD #A1ADE8 | BordersInactive statesPlaceholder text |
| 400 | 7082 #7082DB | Disabled statesSecondary iconsMuted text |
| 500 | 475E #475ED1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D43 #2D43B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2436 #24368F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A26 #1A2666 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1018 #101841 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0F #0A0F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F4FC;
--cobalt-100: #E2E6F8;
--cobalt-200: #CAD1F2;
--cobalt-300: #A1ADE8;
--cobalt-400: #7082DB;
--cobalt-500: #475ED1;
--cobalt-600: #2D43B4;
--cobalt-700: #24368F;
--cobalt-800: #1A2666;
--cobalt-900: #101841;
--cobalt-950: #0A0F29;
}