Cobalt
#16459C
BlueColor Codes
All color formats for development
HEX
#16459CRGB
rgb(22, 69, 156)HSL
hsl(219, 75%, 35%)OKLCH
oklch(0.415 0.151 261.4)CMYK
cmyk(86%, 56%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#143E8D
2#12377D
3#10306D
4#0D2A5E
5#0B234E
6#091C3E
7#07152F
8#040E1F
9#020710
Tints
Lighter variations
1#1A52B9
2#1F5FD6
3#3471E2
4#5185E6
5#6E99EA
6#8BAEEE
7#A8C2F3
8#C5D6F7
9#E2EBFB
Tones
Muted variations
1#1D4795
2#24498F
3#2A4B88
4#314D81
5#384F7B
6#3E5174
7#45536D
8#4C5567
9#535760
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E9 #E0E9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D6 #C5D6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98B7 #98B7F0 | BordersInactive statesPlaceholder text |
| 400 | 6392 #6392E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3672 #3672E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C57 #1C57C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1645 #16459C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1031 #103170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A20 #0A2047 | Primary textHigh emphasis contentDark headings |
| 950 | 0614 #06142D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F6FD;
--cobalt-100: #E0E9FB;
--cobalt-200: #C5D6F7;
--cobalt-300: #98B7F0;
--cobalt-400: #6392E9;
--cobalt-500: #3672E2;
--cobalt-600: #1C57C4;
--cobalt-700: #16459C;
--cobalt-800: #103170;
--cobalt-900: #0A2047;
--cobalt-950: #06142D;
}