Cobalt
#1342A0
BlueColor Codes
All color formats for development
HEX
#1342A0RGB
rgb(19, 66, 160)HSL
hsl(220, 79%, 35%)OKLCH
oklch(0.411 0.161 262.1)CMYK
cmyk(88%, 59%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#113B90
2#0F3580
3#0D2E70
4#0B2760
5#092150
6#071A40
7#061430
8#040D20
9#020710
Tints
Lighter variations
1#164EBD
2#1A5ADB
3#2F6CE7
4#4D81EA
5#6B96EE
6#88ABF1
7#A6C0F5
8#C4D5F8
9#E1EAFC
Tones
Muted variations
1#1A4499
2#214692
3#28498B
4#2F4B84
5#364D7D
6#3D5075
7#44526E
8#4B5567
9#525760
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D5 #C4D5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96B5 #96B5F3 | BordersInactive statesPlaceholder text |
| 400 | 5F8E #5F8EEC | Disabled statesSecondary iconsMuted text |
| 500 | 326E #326EE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1853 #1853C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1342 #1342A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D2F #0D2F72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091E #091E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0513 #05132E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FD;
--cobalt-100: #DFE8FB;
--cobalt-200: #C4D5F8;
--cobalt-300: #96B5F3;
--cobalt-400: #5F8EEC;
--cobalt-500: #326EE7;
--cobalt-600: #1853C9;
--cobalt-700: #1342A0;
--cobalt-800: #0D2F72;
--cobalt-900: #091E49;
--cobalt-950: #05132E;
}