Cobalt
#1936C8
BlueColor Codes
All color formats for development
HEX
#1936C8RGB
rgb(25, 54, 200)HSL
hsl(230, 78%, 44%)OKLCH
oklch(0.431 0.224 266.2)CMYK
cmyk(88%, 73%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1630B4
2#142BA0
3#11268C
4#0F2078
5#0C1B64
6#0A1650
7#07103C
8#050B28
9#020514
Tints
Lighter variations
1#1C3DE1
2#3451E6
3#4D67E9
4#667DEC
5#8092EF
6#99A8F2
7#B3BEF6
8#CCD4F9
9#E6E9FC
Tones
Muted variations
1#213CBF
2#2A42B6
3#3347AD
4#3C4DA5
5#44539C
6#4D5993
7#565F8A
8#5F6582
9#676A79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CD #C4CDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A6 #97A6F2 | BordersInactive statesPlaceholder text |
| 400 | 6077 #6077EB | Disabled statesSecondary iconsMuted text |
| 500 | 3351 #3351E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1936 #1936C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 142B #142B9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1F #0E1F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0914 #091449 | Primary textHigh emphasis contentDark headings |
| 950 | 060C #060C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FD;
--cobalt-100: #DFE4FB;
--cobalt-200: #C4CDF8;
--cobalt-300: #97A6F2;
--cobalt-400: #6077EB;
--cobalt-500: #3351E6;
--cobalt-600: #1936C8;
--cobalt-700: #142B9F;
--cobalt-800: #0E1F71;
--cobalt-900: #091449;
--cobalt-950: #060C2D;
}