Cobalt
#1853C9
BlueColor Codes
All color formats for development
HEX
#1853C9RGB
rgb(24, 83, 201)HSL
hsl(220, 79%, 44%)OKLCH
oklch(0.483 0.193 262.1)CMYK
cmyk(88%, 59%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#154AB5
2#1342A1
3#103A8D
4#0E3279
5#0C2964
6#092150
7#07193C
8#051128
9#020814
Tints
Lighter variations
1#1B5DE2
2#336FE7
3#4C81EA
4#6693ED
5#7FA5F0
6#99B7F3
7#B2C9F6
8#CCDBF9
9#E5EDFC
Tones
Muted variations
1#2056C0
2#2959B7
3#325CAE
4#3B5EA5
5#44619D
6#4D6494
7#56678B
8#5E6A82
9#676D79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D5 #C4D5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96B5 #96B5F3 | BordersInactive statesPlaceholder text |
| 400 | 5F8E #5F8EEC | Disabled statesSecondary iconsMuted text |
| 500 | 326E #326EE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1853 #1853C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1342 #1342A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D2F #0D2F72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091E #091E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0513 #05132E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FD;
--cobalt-100: #DFE8FB;
--cobalt-200: #C4D5F8;
--cobalt-300: #96B5F3;
--cobalt-400: #5F8EEC;
--cobalt-500: #326EE7;
--cobalt-600: #1853C9;
--cobalt-700: #1342A0;
--cobalt-800: #0D2F72;
--cobalt-900: #091E49;
--cobalt-950: #05132E;
}