Cobalt
#1950C8
BlueColor Codes
All color formats for development
HEX
#1950C8RGB
rgb(25, 80, 200)HSL
hsl(221, 78%, 44%)OKLCH
oklch(0.476 0.195 262.8)CMYK
cmyk(88%, 60%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1648B4
2#1440A0
3#11388C
4#0F3078
5#0C2864
6#0A2050
7#07183C
8#051028
9#020814
Tints
Lighter variations
1#1C5AE1
2#346CE6
3#4D7EE9
4#6691EC
5#80A3EF
6#99B6F2
7#B3C8F6
8#CCDAF9
9#E6EDFC
Tones
Muted variations
1#2153BF
2#2A57B6
3#335AAD
4#3C5DA5
5#44609C
6#4D6393
7#56678A
8#5F6A82
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 | C4D4 #C4D4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B4 #97B4F2 | BordersInactive statesPlaceholder text |
| 400 | 608C #608CEB | Disabled statesSecondary iconsMuted text |
| 500 | 336B #336BE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1950 #1950C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1440 #14409F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E2E #0E2E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091D #091D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0612 #06122D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FD;
--cobalt-100: #DFE8FB;
--cobalt-200: #C4D4F8;
--cobalt-300: #97B4F2;
--cobalt-400: #608CEB;
--cobalt-500: #336BE6;
--cobalt-600: #1950C8;
--cobalt-700: #14409F;
--cobalt-800: #0E2E71;
--cobalt-900: #091D49;
--cobalt-950: #06122D;
}