Cobalt
#14449F
BlueColor Codes
All color formats for development
HEX
#14449FRGB
rgb(20, 68, 159)HSL
hsl(219, 78%, 35%)OKLCH
oklch(0.415 0.157 261.6)CMYK
cmyk(87%, 57%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#123E8F
2#10377F
3#0E306F
4#0C295F
5#0A224F
6#081B40
7#061530
8#040E20
9#020710
Tints
Lighter variations
1#1751BC
2#1B5EDA
3#3070E5
4#4E84E9
5#6B99ED
6#89ADF0
7#A6C2F4
8#C4D6F8
9#E1EBFB
Tones
Muted variations
1#1B4698
2#224991
3#294B8A
4#2F4D83
5#364F7C
6#3D5175
7#44536E
8#4B5567
9#525760
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D6 #C4D6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B7 #97B7F2 | BordersInactive statesPlaceholder text |
| 400 | 6091 #6091EB | Disabled statesSecondary iconsMuted text |
| 500 | 3371 #3371E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1956 #1956C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1444 #14449F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E31 #0E3171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091F #091F49 | 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: #F1F6FD;
--cobalt-100: #DFE9FB;
--cobalt-200: #C4D6F8;
--cobalt-300: #97B7F2;
--cobalt-400: #6091EB;
--cobalt-500: #3371E6;
--cobalt-600: #1956C8;
--cobalt-700: #14449F;
--cobalt-800: #0E3171;
--cobalt-900: #091F49;
--cobalt-950: #06142D;
}