Cobalt
#19649A
BlueColor Codes
All color formats for development
HEX
#19649ARGB
rgb(25, 100, 154)HSL
hsl(205, 72%, 35%)OKLCH
oklch(0.487 0.111 245.5)CMYK
cmyk(84%, 35%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#165A8A
2#14507B
3#11466B
4#0F3C5C
5#0C324D
6#0A283D
7#071E2E
8#05141F
9#020A0F
Tints
Lighter variations
1#1E77B6
2#2289D3
3#3799DF
4#54A7E3
5#70B6E8
6#8DC5EC
7#A9D3F1
8#C6E2F6
9#E2F0FA
Tones
Muted variations
1#1F6393
2#26628D
3#2C6186
4#336080
5#395F79
6#405E73
7#465C6D
8#4C5B66
9#535A60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EF #E0EFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E2 #C6E2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACB #9ACBEF | BordersInactive statesPlaceholder text |
| 400 | 65B0 #65B0E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A9A #3A9ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F7E #1F7EC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1964 #19649A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1247 #12476E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2E #0B2E46 | Primary textHigh emphasis contentDark headings |
| 950 | 071D #071D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F8FD;
--cobalt-100: #E0EFFA;
--cobalt-200: #C6E2F6;
--cobalt-300: #9ACBEF;
--cobalt-400: #65B0E6;
--cobalt-500: #3A9ADF;
--cobalt-600: #1F7EC1;
--cobalt-700: #19649A;
--cobalt-800: #12476E;
--cobalt-900: #0B2E46;
--cobalt-950: #071D2C;
}