Cobalt
#194DC8
BlueColor Codes
All color formats for development
HEX
#194DC8RGB
rgb(25, 77, 200)HSL
hsl(222, 78%, 44%)OKLCH
oklch(0.471 0.199 263.3)CMYK
cmyk(88%, 62%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1645B4
2#143EA0
3#11368C
4#0F2E78
5#0C2764
6#0A1F50
7#07173C
8#050F28
9#020814
Tints
Lighter variations
1#1C57E1
2#3469E6
3#4D7CE9
4#668FEC
5#80A1EF
6#99B4F2
7#B3C7F6
8#CCDAF9
9#E6ECFC
Tones
Muted variations
1#2151BF
2#2A54B6
3#3358AD
4#3C5BA5
5#445F9C
6#4D6293
7#56668A
8#5F6982
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 | 97B2 #97B2F2 | BordersInactive statesPlaceholder text |
| 400 | 608A #608AEB | Disabled statesSecondary iconsMuted text |
| 500 | 3368 #3368E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 194D #194DC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 143D #143D9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E2C #0E2C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091C #091C49 | 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: #97B2F2;
--cobalt-400: #608AEB;
--cobalt-500: #3368E6;
--cobalt-600: #194DC8;
--cobalt-700: #143D9F;
--cobalt-800: #0E2C71;
--cobalt-900: #091C49;
--cobalt-950: #06122D;
}