Cobalt
#24478F
BlueColor Codes
All color formats for development
HEX
#24478FRGB
rgb(36, 71, 143)HSL
hsl(220, 60%, 35%)OKLCH
oklch(0.414 0.126 262.7)CMYK
cmyk(75%, 50%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#204081
2#1D3972
3#193264
4#152B56
5#122447
6#0E1D39
7#0B152B
8#070E1D
9#04070E
Tints
Lighter variations
1#2A55A9
2#3162C4
3#4574D1
4#6088D7
5#7A9CDE
6#95AFE4
7#AFC3EB
8#CAD7F2
9#E4EBF8
Tones
Muted variations
1#294989
2#2E4B84
3#344D7F
4#394F79
5#3E5074
6#44526F
7#495469
8#4F5664
9#54575F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD7 #CAD7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B9 #A1B9E8 | BordersInactive statesPlaceholder text |
| 400 | 7094 #7094DB | Disabled statesSecondary iconsMuted text |
| 500 | 4775 #4775D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D5A #2D5AB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2447 #24478F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A33 #1A3366 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1021 #102141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A14 #0A1429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F6FC;
--cobalt-100: #E2EAF8;
--cobalt-200: #CAD7F2;
--cobalt-300: #A1B9E8;
--cobalt-400: #7094DB;
--cobalt-500: #4775D1;
--cobalt-600: #2D5AB4;
--cobalt-700: #24478F;
--cobalt-800: #1A3366;
--cobalt-900: #102141;
--cobalt-950: #0A1429;
}