Cobalt
#214591
BlueColor Codes
All color formats for development
HEX
#214591RGB
rgb(33, 69, 145)HSL
hsl(221, 63%, 35%)OKLCH
oklch(0.41 0.133 262.9)CMYK
cmyk(77%, 52%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E3E83
2#1A3774
3#173066
4#142957
5#112249
6#0D1B3A
7#0A152C
8#070E1D
9#03070F
Tints
Lighter variations
1#2751AC
2#2D5EC8
3#4270D4
4#5D85DA
5#7899E0
6#93ADE6
7#AEC2ED
8#C9D6F3
9#E4EBF9
Tones
Muted variations
1#27478C
2#2C4986
3#324B81
4#384D7B
5#3D4F75
6#435170
7#48536A
8#4E5564
9#54575F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D6 #C9D6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB7 #9FB7E9 | BordersInactive statesPlaceholder text |
| 400 | 6E91 #6E91DE | Disabled statesSecondary iconsMuted text |
| 500 | 4472 #4472D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A56 #2A56B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2145 #214591 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1831 #183168 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1F #0F1F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0914 #09142A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F6FC;
--cobalt-100: #E2E9F8;
--cobalt-200: #C9D6F3;
--cobalt-300: #9FB7E9;
--cobalt-400: #6E91DE;
--cobalt-500: #4472D5;
--cobalt-600: #2A56B7;
--cobalt-700: #214591;
--cobalt-800: #183168;
--cobalt-900: #0F1F43;
--cobalt-950: #09142A;
}