Cobalt
#214791
BlueColor Codes
All color formats for development
HEX
#214791RGB
rgb(33, 71, 145)HSL
hsl(220, 63%, 35%)OKLCH
oklch(0.414 0.13 262)CMYK
cmyk(77%, 51%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E3F83
2#1A3874
3#173166
4#142A57
5#112349
6#0D1C3A
7#0A152C
8#070E1D
9#03070F
Tints
Lighter variations
1#2754AC
2#2D61C8
3#4273D4
4#5D87DA
5#789BE0
6#93AFE6
7#AEC3ED
8#C9D7F3
9#E4EBF9
Tones
Muted variations
1#27488C
2#2C4A86
3#324C81
4#384E7B
5#3D5075
6#435270
7#48546A
8#4E5664
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 | C9D7 #C9D7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB8 #9FB8E9 | BordersInactive statesPlaceholder text |
| 400 | 6E93 #6E93DE | Disabled statesSecondary iconsMuted text |
| 500 | 4474 #4474D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A59 #2A59B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2147 #214791 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1832 #183268 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F20 #0F2043 | 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: #C9D7F3;
--cobalt-300: #9FB8E9;
--cobalt-400: #6E93DE;
--cobalt-500: #4474D5;
--cobalt-600: #2A59B7;
--cobalt-700: #214791;
--cobalt-800: #183268;
--cobalt-900: #0F2043;
--cobalt-950: #09142A;
}