Cobalt
#18469A
BlueColor Codes
All color formats for development
HEX
#18469ARGB
rgb(24, 70, 154)HSL
hsl(219, 73%, 35%)OKLCH
oklch(0.416 0.146 261.2)CMYK
cmyk(84%, 55%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#163F8B
2#13387C
3#11316C
4#0E2A5D
5#0C234D
6#0A1C3E
7#07152E
8#050E1F
9#02070F
Tints
Lighter variations
1#1D53B7
2#2160D4
3#3672E0
4#5386E4
5#709AE9
6#8CAEED
7#A9C2F2
8#C6D7F6
9#E2EBFB
Tones
Muted variations
1#1F4894
2#254A8D
3#2C4C87
4#324E80
5#394F7A
6#3F5173
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 #6592E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3873 #3873E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E58 #1E58C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1846 #18469A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1132 #11326E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B20 #0B2047 | 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: #6592E7;
--cobalt-500: #3873E0;
--cobalt-600: #1E58C2;
--cobalt-700: #18469A;
--cobalt-800: #11326E;
--cobalt-900: #0B2047;
--cobalt-950: #07142C;
}