Cobalt
#1829C9
BlueColor Codes
All color formats for development
HEX
#1829C9RGB
rgb(24, 41, 201)HSL
hsl(234, 79%, 44%)OKLCH
oklch(0.414 0.237 266.8)CMYK
cmyk(88%, 80%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1525B5
2#1321A1
3#101D8D
4#0E1979
5#0C1564
6#091150
7#070C3C
8#050828
9#020414
Tints
Lighter variations
1#1B2FE2
2#3345E7
3#4C5CEA
4#6673ED
5#7F8AF0
6#99A2F3
7#B2B9F6
8#CCD0F9
9#E5E8FC
Tones
Muted variations
1#2030C0
2#2937B7
3#323FAE
4#3B46A5
5#444D9D
6#4D5494
7#565B8B
8#5E6282
9#676979
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C9 #C4C9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 969F #969FF3 | BordersInactive statesPlaceholder text |
| 400 | 5F6D #5F6DEC | Disabled statesSecondary iconsMuted text |
| 500 | 3244 #3244E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1829 #1829C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1321 #1321A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D17 #0D1772 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090F #090F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0509 #05092E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FD;
--cobalt-100: #DFE2FB;
--cobalt-200: #C4C9F8;
--cobalt-300: #969FF3;
--cobalt-400: #5F6DEC;
--cobalt-500: #3244E7;
--cobalt-600: #1829C9;
--cobalt-700: #1321A0;
--cobalt-800: #0D1772;
--cobalt-900: #090F49;
--cobalt-950: #05092E;
}