Cobalt
#24408F
BlueColor Codes
All color formats for development
HEX
#24408FRGB
rgb(36, 64, 143)HSL
hsl(224, 60%, 35%)OKLCH
oklch(0.399 0.135 265.8)CMYK
cmyk(75%, 55%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#203A81
2#1D3372
3#192D64
4#152756
5#122047
6#0E1A39
7#0B132B
8#070D1D
9#04060E
Tints
Lighter variations
1#2A4CA9
2#3158C4
3#456AD1
4#6080D7
5#7A95DE
6#95AAE4
7#AFBFEB
8#CAD5F2
9#E4EAF8
Tones
Muted variations
1#294389
2#2E4584
3#34487F
4#394A79
5#3E4D74
6#444F6F
7#495269
8#4F5464
9#54575F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E8 #E2E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD5 #CAD5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B4 #A1B4E8 | BordersInactive statesPlaceholder text |
| 400 | 708D #708DDB | Disabled statesSecondary iconsMuted text |
| 500 | 476C #476CD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D51 #2D51B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2440 #24408F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A2E #1A2E66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101D #101D41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A12 #0A1229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F5FC;
--cobalt-100: #E2E8F8;
--cobalt-200: #CAD5F2;
--cobalt-300: #A1B4E8;
--cobalt-400: #708DDB;
--cobalt-500: #476CD1;
--cobalt-600: #2D51B4;
--cobalt-700: #24408F;
--cobalt-800: #1A2E66;
--cobalt-900: #101D41;
--cobalt-950: #0A1229;
}