Cobalt
#194C9A
BlueColor Codes
All color formats for development
HEX
#194C9ARGB
rgb(25, 76, 154)HSL
hsl(216, 72%, 35%)OKLCH
oklch(0.43 0.139 259.1)CMYK
cmyk(84%, 51%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16458A
2#143D7B
3#11356B
4#0F2E5C
5#0C264D
6#0A1F3D
7#07172E
8#050F1F
9#02080F
Tints
Lighter variations
1#1E5BB6
2#2269D3
3#377ADF
4#548DE3
5#70A0E8
6#8DB3EC
7#A9C6F1
8#C6D9F6
9#E2ECFA
Tones
Muted variations
1#1F4E93
2#264F8D
3#2C5086
4#335280
5#395379
6#405473
7#46556D
8#4C5766
9#535860
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D9 #C6D9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ABC #9ABCEF | BordersInactive statesPlaceholder text |
| 400 | 6599 #6599E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A7C #3A7CDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F60 #1F60C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 194C #194C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1237 #12376E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B23 #0B2346 | Primary textHigh emphasis contentDark headings |
| 950 | 0716 #07162C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F6FD;
--cobalt-100: #E0EBFA;
--cobalt-200: #C6D9F6;
--cobalt-300: #9ABCEF;
--cobalt-400: #6599E6;
--cobalt-500: #3A7CDF;
--cobalt-600: #1F60C1;
--cobalt-700: #194C9A;
--cobalt-800: #12376E;
--cobalt-900: #0B2346;
--cobalt-950: #07162C;
}