Cobalt
#19489A
BlueColor Codes
All color formats for development
HEX
#19489ARGB
rgb(25, 72, 154)HSL
hsl(218, 72%, 35%)OKLCH
oklch(0.421 0.144 260.7)CMYK
cmyk(84%, 53%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16418A
2#143A7B
3#11326B
4#0F2B5C
5#0C244D
6#0A1D3D
7#07162E
8#050E1F
9#02070F
Tints
Lighter variations
1#1E56B6
2#2263D3
3#3775DF
4#5488E3
5#709CE8
6#8DB0EC
7#A9C4F1
8#C6D7F6
9#E2EBFA
Tones
Muted variations
1#1F4A93
2#264C8D
3#2C4D86
4#334F80
5#395179
6#405273
7#46546D
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 | C6D7 #C6D7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AB9 #9AB9EF | BordersInactive statesPlaceholder text |
| 400 | 6595 #6595E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A76 #3A76DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F5B #1F5BC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1948 #19489A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1234 #12346E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B21 #0B2146 | 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: #C6D7F6;
--cobalt-300: #9AB9EF;
--cobalt-400: #6595E6;
--cobalt-500: #3A76DF;
--cobalt-600: #1F5BC1;
--cobalt-700: #19489A;
--cobalt-800: #12346E;
--cobalt-900: #0B2146;
--cobalt-950: #07152C;
}