Cobalt
#19249A
BlueColor Codes
All color formats for development
HEX
#19249ARGB
rgb(25, 36, 154)HSL
hsl(235, 72%, 35%)OKLCH
oklch(0.353 0.186 268.6)CMYK
cmyk(84%, 77%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16208A
2#141D7B
3#11196B
4#0F155C
5#0C124D
6#0A0E3D
7#070B2E
8#05071F
9#02040F
Tints
Lighter variations
1#1E2AB6
2#2231D3
3#3745DF
4#5460E3
5#707AE8
6#8D95EC
7#A9AFF1
8#C6CAF6
9#E2E4FA
Tones
Muted variations
1#1F2993
2#262E8D
3#2C3486
4#333980
5#393E79
6#404473
7#46496D
8#4C4F66
9#535460
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CA #C6CAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA1 #9AA1EF | BordersInactive statesPlaceholder text |
| 400 | 6570 #6570E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A47 #3A47DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F2D #1F2DC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1924 #19249A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 121A #121A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B10 #0B1046 | Primary textHigh emphasis contentDark headings |
| 950 | 070A #070A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F3FD;
--cobalt-100: #E0E2FA;
--cobalt-200: #C6CAF6;
--cobalt-300: #9AA1EF;
--cobalt-400: #6570E6;
--cobalt-500: #3A47DF;
--cobalt-600: #1F2DC1;
--cobalt-700: #19249A;
--cobalt-800: #121A6E;
--cobalt-900: #0B1046;
--cobalt-950: #070A2C;
}