Cobalt
#1930C8
BlueColor Codes
All color formats for development
HEX
#1930C8RGB
rgb(25, 48, 200)HSL
hsl(232, 78%, 44%)OKLCH
oklch(0.422 0.23 266.6)CMYK
cmyk(88%, 76%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#162BB4
2#1426A0
3#11228C
4#0F1D78
5#0C1864
6#0A1350
7#070E3C
8#050A28
9#020514
Tints
Lighter variations
1#1C36E1
2#344BE6
3#4D62E9
4#6678EC
5#808FEF
6#99A5F2
7#B3BCF6
8#CCD2F9
9#E6E9FC
Tones
Muted variations
1#2136BF
2#2A3DB6
3#3343AD
4#3C4AA5
5#44509C
6#4D5793
7#565D8A
8#5F6382
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 | 97A3 #97A3F2 | BordersInactive statesPlaceholder text |
| 400 | 6073 #6073EB | Disabled statesSecondary iconsMuted text |
| 500 | 334B #334BE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1930 #1930C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1426 #14269F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1B #0E1B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0911 #091149 | Primary textHigh emphasis contentDark headings |
| 950 | 060B #060B2D | 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: #97A3F2;
--cobalt-400: #6073EB;
--cobalt-500: #334BE6;
--cobalt-600: #1930C8;
--cobalt-700: #14269F;
--cobalt-800: #0E1B71;
--cobalt-900: #091149;
--cobalt-950: #060B2D;
}