Cobalt
#19469A
BlueColor Codes
All color formats for development
HEX
#19469ARGB
rgb(25, 70, 154)HSL
hsl(219, 72%, 35%)OKLCH
oklch(0.417 0.146 261.5)CMYK
cmyk(84%, 55%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#163F8A
2#14387B
3#11316B
4#0F2A5C
5#0C234D
6#0A1C3D
7#07152E
8#050E1F
9#02070F
Tints
Lighter variations
1#1E53B6
2#2260D3
3#3772DF
4#5486E3
5#709AE8
6#8DAEEC
7#A9C3F1
8#C6D7F6
9#E2EBFA
Tones
Muted variations
1#1F4893
2#264A8D
3#2C4C86
4#334E80
5#395079
6#405273
7#46536D
8#4C5566
9#535760
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E9 #E0E9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D7 #C6D7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AB8 #9AB8EF | BordersInactive statesPlaceholder text |
| 400 | 6592 #6592E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A73 #3A73DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F58 #1F58C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1946 #19469A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1232 #12326E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B20 #0B2046 | Primary textHigh emphasis contentDark headings |
| 950 | 0714 #07142C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F6FD;
--cobalt-100: #E0E9FA;
--cobalt-200: #C6D7F6;
--cobalt-300: #9AB8EF;
--cobalt-400: #6592E6;
--cobalt-500: #3A73DF;
--cobalt-600: #1F58C1;
--cobalt-700: #19469A;
--cobalt-800: #12326E;
--cobalt-900: #0B2046;
--cobalt-950: #07142C;
}