Cobalt
#214391
BlueColor Codes
All color formats for development
HEX
#214391RGB
rgb(33, 67, 145)HSL
hsl(222, 63%, 35%)OKLCH
oklch(0.406 0.135 263.7)CMYK
cmyk(77%, 54%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E3C83
2#1A3574
3#172F66
4#142857
5#112149
6#0D1B3A
7#0A142C
8#070D1D
9#03070F
Tints
Lighter variations
1#274FAC
2#2D5CC8
3#426ED4
4#5D82DA
5#7897E0
6#93ACE6
7#AEC1ED
8#C9D5F3
9#E4EAF9
Tones
Muted variations
1#27458C
2#2C4786
3#324A81
4#384C7B
5#3D4E75
6#435070
7#48536A
8#4E5564
9#54575F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D5 #C9D5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB6 #9FB6E9 | BordersInactive statesPlaceholder text |
| 400 | 6E8F #6E8FDE | Disabled statesSecondary iconsMuted text |
| 500 | 446F #446FD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A54 #2A54B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2143 #214391 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1830 #183068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1F #0F1F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0913 #09132A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F5FC;
--cobalt-100: #E2E9F8;
--cobalt-200: #C9D5F3;
--cobalt-300: #9FB6E9;
--cobalt-400: #6E8FDE;
--cobalt-500: #446FD5;
--cobalt-600: #2A54B7;
--cobalt-700: #214391;
--cobalt-800: #183068;
--cobalt-900: #0F1F43;
--cobalt-950: #09132A;
}