Cobalt
#19429A
BlueColor Codes
All color formats for development
HEX
#19429ARGB
rgb(25, 66, 154)HSL
hsl(221, 72%, 35%)OKLCH
oklch(0.408 0.151 262.8)CMYK
cmyk(84%, 57%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#163B8A
2#14357B
3#112E6B
4#0F275C
5#0C214D
6#0A1A3D
7#07142E
8#050D1F
9#02070F
Tints
Lighter variations
1#1E4EB6
2#225AD3
3#376CDF
4#5481E3
5#7096E8
6#8DABEC
7#A9C0F1
8#C6D5F6
9#E2EAFA
Tones
Muted variations
1#1F4493
2#26468D
3#2C4986
4#334B80
5#394D79
6#405073
7#46526D
8#4C5566
9#535760
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E8 #E0E8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D5 #C6D5F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AB5 #9AB5EF | BordersInactive statesPlaceholder text |
| 400 | 658E #658EE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A6E #3A6EDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F53 #1F53C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1942 #19429A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 122F #122F6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B1E #0B1E46 | Primary textHigh emphasis contentDark headings |
| 950 | 0713 #07132C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F5FD;
--cobalt-100: #E0E8FA;
--cobalt-200: #C6D5F6;
--cobalt-300: #9AB5EF;
--cobalt-400: #658EE6;
--cobalt-500: #3A6EDF;
--cobalt-600: #1F53C1;
--cobalt-700: #19429A;
--cobalt-800: #122F6E;
--cobalt-900: #0B1E46;
--cobalt-950: #07132C;
}