Cobalt
#185E9A
BlueColor Codes
All color formats for development
HEX
#185E9ARGB
rgb(24, 94, 154)HSL
hsl(208, 73%, 35%)OKLCH
oklch(0.472 0.118 249.4)CMYK
cmyk(84%, 39%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16548B
2#134B7C
3#11426C
4#0E385D
5#0C2F4D
6#0A253E
7#071C2E
8#05131F
9#02090F
Tints
Lighter variations
1#1D6FB7
2#2180D4
3#3691E0
4#53A0E4
5#70B0E9
6#8CC0ED
7#A9D0F2
8#C6DFF6
9#E2EFFB
Tones
Muted variations
1#1F5D94
2#255D8D
3#2C5C87
4#325C80
5#395B7A
6#3F5B73
7#465B6D
8#4C5A66
9#535A60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EE #E0EEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DF #C6DFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AC7 #9AC7EF | BordersInactive statesPlaceholder text |
| 400 | 65AA #65AAE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3892 #3892E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E76 #1E76C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 185E #185E9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1143 #11436E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2B #0B2B47 | Primary textHigh emphasis contentDark headings |
| 950 | 071B #071B2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F8FD;
--cobalt-100: #E0EEFA;
--cobalt-200: #C6DFF6;
--cobalt-300: #9AC7EF;
--cobalt-400: #65AAE7;
--cobalt-500: #3892E0;
--cobalt-600: #1E76C2;
--cobalt-700: #185E9A;
--cobalt-800: #11436E;
--cobalt-900: #0B2B47;
--cobalt-950: #071B2C;
}