Cobalt
#14369F
BlueColor Codes
All color formats for development
HEX
#14369FRGB
rgb(20, 54, 159)HSL
hsl(225, 78%, 35%)OKLCH
oklch(0.387 0.174 264.9)CMYK
cmyk(87%, 66%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12318F
2#102C7F
3#0E266F
4#0C215F
5#0A1B4F
6#081640
7#061030
8#040B20
9#020510
Tints
Lighter variations
1#1741BC
2#1B4BDA
3#305EE5
4#4E75E9
5#6B8CED
6#89A3F0
7#A6BAF4
8#C4D1F8
9#E1E8FB
Tones
Muted variations
1#1B3A98
2#223D91
3#29418A
4#2F4483
5#36487C
6#3D4B75
7#444F6E
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 | C4D1 #C4D1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AD #97ADF2 | BordersInactive statesPlaceholder text |
| 400 | 6083 #6083EB | Disabled statesSecondary iconsMuted text |
| 500 | 335F #335FE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1944 #1944C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1436 #14369F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E27 #0E2771 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0919 #091949 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F4FD;
--cobalt-100: #DFE6FB;
--cobalt-200: #C4D1F8;
--cobalt-300: #97ADF2;
--cobalt-400: #6083EB;
--cobalt-500: #335FE6;
--cobalt-600: #1944C8;
--cobalt-700: #14369F;
--cobalt-800: #0E2771;
--cobalt-900: #091949;
--cobalt-950: #06102D;
}