Cobalt
#194AC8
BlueColor Codes
All color formats for development
HEX
#194AC8RGB
rgb(25, 74, 200)HSL
hsl(223, 78%, 44%)OKLCH
oklch(0.465 0.202 263.9)CMYK
cmyk(88%, 63%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1643B4
2#143BA0
3#11348C
4#0F2D78
5#0C2564
6#0A1E50
7#07163C
8#050F28
9#020714
Tints
Lighter variations
1#1C54E1
2#3466E6
3#4D79E9
4#668CEC
5#809FEF
6#99B3F2
7#B3C6F6
8#CCD9F9
9#E6ECFC
Tones
Muted variations
1#214EBF
2#2A52B6
3#3356AD
4#3C59A5
5#445D9C
6#4D6193
7#56658A
8#5F6982
9#676C79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE7 #DFE7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D3 #C4D3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B1 #97B1F2 | BordersInactive statesPlaceholder text |
| 400 | 6088 #6088EB | Disabled statesSecondary iconsMuted text |
| 500 | 3365 #3365E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 194A #194AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 143B #143B9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E2A #0E2A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091B #091B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0611 #06112D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FD;
--cobalt-100: #DFE7FB;
--cobalt-200: #C4D3F8;
--cobalt-300: #97B1F2;
--cobalt-400: #6088EB;
--cobalt-500: #3365E6;
--cobalt-600: #194AC8;
--cobalt-700: #143B9F;
--cobalt-800: #0E2A71;
--cobalt-900: #091B49;
--cobalt-950: #06112D;
}