Cobalt
#24428F
BlueColor Codes
All color formats for development
HEX
#24428FRGB
rgb(36, 66, 143)HSL
hsl(223, 60%, 35%)OKLCH
oklch(0.403 0.133 264.9)CMYK
cmyk(75%, 54%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#203B81
2#1D3572
3#192E64
4#152856
5#122147
6#0E1A39
7#0B142B
8#070D1D
9#04070E
Tints
Lighter variations
1#2A4EA9
2#315BC4
3#456DD1
4#6082D7
5#7A97DE
6#95ABE4
7#AFC0EB
8#CAD5F2
9#E4EAF8
Tones
Muted variations
1#294489
2#2E4784
3#34497F
4#394B79
5#3E4E74
6#44506F
7#495269
8#4F5564
9#54575F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD5 #CAD5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B5 #A1B5E8 | BordersInactive statesPlaceholder text |
| 400 | 708F #708FDB | Disabled statesSecondary iconsMuted text |
| 500 | 476E #476ED1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D53 #2D53B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2442 #24428F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A2F #1A2F66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101E #101E41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A13 #0A1329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F5FC;
--cobalt-100: #E2E9F8;
--cobalt-200: #CAD5F2;
--cobalt-300: #A1B5E8;
--cobalt-400: #708FDB;
--cobalt-500: #476ED1;
--cobalt-600: #2D53B4;
--cobalt-700: #24428F;
--cobalt-800: #1A2F66;
--cobalt-900: #101E41;
--cobalt-950: #0A1329;
}