Cobalt
#1832C9
BlueColor Codes
All color formats for development
HEX
#1832C9RGB
rgb(24, 50, 201)HSL
hsl(231, 79%, 44%)OKLCH
oklch(0.426 0.229 266.3)CMYK
cmyk(88%, 75%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#152DB5
2#1328A1
3#10238D
4#0E1E79
5#0C1964
6#091450
7#070F3C
8#050A28
9#020514
Tints
Lighter variations
1#1B39E2
2#334EE7
3#4C64EA
4#667AED
5#7F90F0
6#99A6F3
7#B2BCF6
8#CCD3F9
9#E5E9FC
Tones
Muted variations
1#2038C0
2#293FB7
3#3245AE
4#3B4BA5
5#44519D
6#4D5794
7#565E8B
8#5E6482
9#676A79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CC #C4CCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A4 #96A4F3 | BordersInactive statesPlaceholder text |
| 400 | 5F74 #5F74EC | Disabled statesSecondary iconsMuted text |
| 500 | 324D #324DE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1832 #1832C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1328 #1328A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1C #0D1C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0912 #091249 | Primary textHigh emphasis contentDark headings |
| 950 | 050B #050B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FD;
--cobalt-100: #DFE3FB;
--cobalt-200: #C4CCF8;
--cobalt-300: #96A4F3;
--cobalt-400: #5F74EC;
--cobalt-500: #324DE7;
--cobalt-600: #1832C9;
--cobalt-700: #1328A0;
--cobalt-800: #0D1C72;
--cobalt-900: #091249;
--cobalt-950: #050B2E;
}