Cobalt
#24348F
BlueColor Codes
All color formats for development
HEX
#24348FRGB
rgb(36, 52, 143)HSL
hsl(231, 60%, 35%)OKLCH
oklch(0.374 0.151 269.8)CMYK
cmyk(75%, 64%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202F81
2#1D2972
3#192464
4#151F56
5#121A47
6#0E1539
7#0B102B
8#070A1D
9#04050E
Tints
Lighter variations
1#2A3DA9
2#3147C4
3#455AD1
4#6072D7
5#7A89DE
6#95A1E4
7#AFB8EB
8#CAD0F2
9#E4E7F8
Tones
Muted variations
1#293889
2#2E3B84
3#343F7F
4#394379
5#3E4774
6#444A6F
7#494E69
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 | CAD0 #CAD0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AC #A1ACE8 | BordersInactive statesPlaceholder text |
| 400 | 7080 #7080DB | Disabled statesSecondary iconsMuted text |
| 500 | 475C #475CD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D41 #2D41B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2434 #24348F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A25 #1A2566 | 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: #CAD0F2;
--cobalt-300: #A1ACE8;
--cobalt-400: #7080DB;
--cobalt-500: #475CD1;
--cobalt-600: #2D41B4;
--cobalt-700: #24348F;
--cobalt-800: #1A2566;
--cobalt-900: #101841;
--cobalt-950: #0A0F29;
}