Cobalt
#191CC8
BlueColor Codes
All color formats for development
HEX
#191CC8RGB
rgb(25, 28, 200)HSL
hsl(239, 78%, 44%)OKLCH
oklch(0.399 0.245 267.4)CMYK
cmyk(88%, 86%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1619B4
2#1416A0
3#11138C
4#0F1178
5#0C0E64
6#0A0B50
7#07083C
8#050628
9#020314
Tints
Lighter variations
1#1C1FE1
2#3437E6
3#4D50E9
4#6669EC
5#8082EF
6#999BF2
7#B3B4F6
8#CCCDF9
9#E6E6FC
Tones
Muted variations
1#2124BF
2#2A2DB6
3#3335AD
4#3C3DA5
5#44469C
6#4D4E93
7#56578A
8#5F5F82
9#676879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C5 #C4C5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9798 #9798F2 | BordersInactive statesPlaceholder text |
| 400 | 6062 #6062EB | Disabled statesSecondary iconsMuted text |
| 500 | 3336 #3336E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 191C #191CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1416 #14169F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E10 #0E1071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090A #090A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F2FD;
--cobalt-100: #DFE0FB;
--cobalt-200: #C4C5F8;
--cobalt-300: #9798F2;
--cobalt-400: #6062EB;
--cobalt-500: #3336E6;
--cobalt-600: #191CC8;
--cobalt-700: #14169F;
--cobalt-800: #0E1071;
--cobalt-900: #090A49;
--cobalt-950: #06062D;
}