Cobalt
#1646CA
BlueColor Codes
All color formats for development
HEX
#1646CARGB
rgb(22, 70, 202)HSL
hsl(224, 80%, 44%)OKLCH
oklch(0.459 0.21 264.1)CMYK
cmyk(89%, 65%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#143FB6
2#1238A2
3#10318D
4#0D2A79
5#0B2365
6#091C51
7#07153D
8#040E28
9#020714
Tints
Lighter variations
1#194FE4
2#3162E8
3#4B76EB
4#6589EE
5#7E9DF1
6#98B1F4
7#B2C4F6
8#CCD8F9
9#E5EBFC
Tones
Muted variations
1#1F4BC1
2#284FB8
3#3153AF
4#3A57A6
5#435B9D
6#4C5F94
7#55648B
8#5E6882
9#676C79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D1 #C3D1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AE #95AEF3 | BordersInactive statesPlaceholder text |
| 400 | 5E84 #5E84ED | Disabled statesSecondary iconsMuted text |
| 500 | 3061 #3061E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1646 #1646CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1238 #1238A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D28 #0D2873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081A #081A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0510 #05102E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F4FD;
--cobalt-100: #DFE6FB;
--cobalt-200: #C3D1F8;
--cobalt-300: #95AEF3;
--cobalt-400: #5E84ED;
--cobalt-500: #3061E8;
--cobalt-600: #1646CA;
--cobalt-700: #1238A1;
--cobalt-800: #0D2873;
--cobalt-900: #081A49;
--cobalt-950: #05102E;
}