Cobalt
#182FC9
BlueColor Codes
All color formats for development
HEX
#182FC9RGB
rgb(24, 47, 201)HSL
hsl(232, 79%, 44%)OKLCH
oklch(0.422 0.232 266.5)CMYK
cmyk(88%, 77%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#152AB5
2#1326A1
3#10218D
4#0E1C79
5#0C1864
6#091350
7#070E3C
8#050928
9#020514
Tints
Lighter variations
1#1B35E2
2#334BE7
3#4C61EA
4#6678ED
5#7F8EF0
6#99A5F3
7#B2BBF6
8#CCD2F9
9#E5E8FC
Tones
Muted variations
1#2036C0
2#293CB7
3#3243AE
4#3B49A5
5#44509D
6#4D5694
7#565D8B
8#5E6382
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 | C4CB #C4CBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A2 #96A2F3 | BordersInactive statesPlaceholder text |
| 400 | 5F72 #5F72EC | Disabled statesSecondary iconsMuted text |
| 500 | 324A #324AE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 182F #182FC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1326 #1326A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1B #0D1B72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0911 #091149 | 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: #C4CBF8;
--cobalt-300: #96A2F3;
--cobalt-400: #5F72EC;
--cobalt-500: #324AE7;
--cobalt-600: #182FC9;
--cobalt-700: #1326A0;
--cobalt-800: #0D1B72;
--cobalt-900: #091149;
--cobalt-950: #050B2E;
}