Cobalt
#194A9A
BlueColor Codes
All color formats for development
HEX
#194A9ARGB
rgb(25, 74, 154)HSL
hsl(217, 72%, 35%)OKLCH
oklch(0.425 0.141 260)CMYK
cmyk(84%, 52%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16438A
2#143B7B
3#11346B
4#0F2D5C
5#0C254D
6#0A1E3D
7#07162E
8#050F1F
9#02070F
Tints
Lighter variations
1#1E58B6
2#2266D3
3#3777DF
4#548BE3
5#709EE8
6#8DB2EC
7#A9C5F1
8#C6D8F6
9#E2ECFA
Tones
Muted variations
1#1F4C93
2#264D8D
3#2C4F86
4#335080
5#395279
6#405373
7#46556D
8#4C5666
9#535860
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EA #E0EAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D8 #C6D8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ABA #9ABAEF | BordersInactive statesPlaceholder text |
| 400 | 6597 #6597E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A79 #3A79DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F5D #1F5DC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 194A #194A9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1235 #12356E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B22 #0B2246 | Primary textHigh emphasis contentDark headings |
| 950 | 0715 #07152C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F6FD;
--cobalt-100: #E0EAFA;
--cobalt-200: #C6D8F6;
--cobalt-300: #9ABAEF;
--cobalt-400: #6597E6;
--cobalt-500: #3A79DF;
--cobalt-600: #1F5DC1;
--cobalt-700: #194A9A;
--cobalt-800: #12356E;
--cobalt-900: #0B2246;
--cobalt-950: #07152C;
}