Cobalt
#14349F
BlueColor Codes
All color formats for development
HEX
#14349FRGB
rgb(20, 52, 159)HSL
hsl(226, 78%, 35%)OKLCH
oklch(0.383 0.176 265.3)CMYK
cmyk(87%, 67%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122F8F
2#102A7F
3#0E246F
4#0C1F5F
5#0A1A4F
6#081540
7#061030
8#040A20
9#020510
Tints
Lighter variations
1#173EBC
2#1B47DA
3#305BE5
4#4E72E9
5#6B8AED
6#89A1F0
7#A6B9F4
8#C4D0F8
9#E1E8FB
Tones
Muted variations
1#1B3898
2#223C91
3#293F8A
4#2F4383
5#36477C
6#3D4A75
7#444E6E
8#4B5267
9#525660
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D0 #C4D0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AC #97ACF2 | BordersInactive statesPlaceholder text |
| 400 | 6081 #6081EB | Disabled statesSecondary iconsMuted text |
| 500 | 335D #335DE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1942 #1942C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1434 #14349F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E25 #0E2571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0918 #091849 | Primary textHigh emphasis contentDark headings |
| 950 | 060F #060F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F4FD;
--cobalt-100: #DFE6FB;
--cobalt-200: #C4D0F8;
--cobalt-300: #97ACF2;
--cobalt-400: #6081EB;
--cobalt-500: #335DE6;
--cobalt-600: #1942C8;
--cobalt-700: #14349F;
--cobalt-800: #0E2571;
--cobalt-900: #091849;
--cobalt-950: #060F2D;
}