Cobalt
#14329F
BlueColor Codes
All color formats for development
HEX
#14329FRGB
rgb(20, 50, 159)HSL
hsl(227, 78%, 35%)OKLCH
oklch(0.38 0.179 265.6)CMYK
cmyk(87%, 69%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122D8F
2#10287F
3#0E236F
4#0C1E5F
5#0A194F
6#081440
7#060F30
8#040A20
9#020510
Tints
Lighter variations
1#173BBC
2#1B44DA
3#3058E5
4#4E70E9
5#6B87ED
6#899FF0
7#A6B7F4
8#C4CFF8
9#E1E7FB
Tones
Muted variations
1#1B3698
2#223A91
3#293E8A
4#2F4283
5#36467C
6#3D4975
7#444D6E
8#4B5167
9#525560
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CF #C4CFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AA #97AAF2 | BordersInactive statesPlaceholder text |
| 400 | 607E #607EEB | Disabled statesSecondary iconsMuted text |
| 500 | 335A #335AE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 193F #193FC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1432 #14329F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E24 #0E2471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0917 #091749 | Primary textHigh emphasis contentDark headings |
| 950 | 060E #060E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F4FD;
--cobalt-100: #DFE5FB;
--cobalt-200: #C4CFF8;
--cobalt-300: #97AAF2;
--cobalt-400: #607EEB;
--cobalt-500: #335AE6;
--cobalt-600: #193FC8;
--cobalt-700: #14329F;
--cobalt-800: #0E2471;
--cobalt-900: #091749;
--cobalt-950: #060E2D;
}