Cobalt
#19519A
BlueColor Codes
All color formats for development
HEX
#19519ARGB
rgb(25, 81, 154)HSL
hsl(214, 72%, 35%)OKLCH
oklch(0.441 0.132 256.9)CMYK
cmyk(84%, 47%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16498A
2#14417B
3#11386B
4#0F305C
5#0C284D
6#0A203D
7#07182E
8#05101F
9#02080F
Tints
Lighter variations
1#1E60B6
2#226FD3
3#3780DF
4#5492E3
5#70A4E8
6#8DB6EC
7#A9C9F1
8#C6DBF6
9#E2EDFA
Tones
Muted variations
1#1F5293
2#26528D
3#2C5386
4#335480
5#395579
6#405673
7#46576D
8#4C5866
9#535860
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DB #C6DBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ABF #9ABFEF | BordersInactive statesPlaceholder text |
| 400 | 659D #659DE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A81 #3A81DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F65 #1F65C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1951 #19519A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 123A #123A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B25 #0B2546 | Primary textHigh emphasis contentDark headings |
| 950 | 0717 #07172C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F7FD;
--cobalt-100: #E0EBFA;
--cobalt-200: #C6DBF6;
--cobalt-300: #9ABFEF;
--cobalt-400: #659DE6;
--cobalt-500: #3A81DF;
--cobalt-600: #1F65C1;
--cobalt-700: #19519A;
--cobalt-800: #123A6E;
--cobalt-900: #0B2546;
--cobalt-950: #07172C;
}