Cobalt
#293489
BlueColor Codes
All color formats for development
HEX
#293489RGB
rgb(41, 52, 137)HSL
hsl(233, 54%, 35%)OKLCH
oklch(0.372 0.141 272)CMYK
cmyk(70%, 62%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#252F7C
2#212A6E
3#1D2560
4#191F52
5#151A45
6#101537
7#0C1029
8#080A1B
9#04050E
Tints
Lighter variations
1#313EA3
2#3848BC
3#4C5BCA
4#6672D1
5#7F8AD9
6#99A1E1
7#B2B9E8
8#CCD0F0
9#E5E8F7
Tones
Muted variations
1#2E3885
2#333C80
3#383F7B
4#3C4376
5#414771
6#464A6D
7#4B4E68
8#505263
9#54565E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD0 #CCD0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AC #A5ACE4 | BordersInactive statesPlaceholder text |
| 400 | 7681 #7681D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E5D #4E5DCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3442 #3442AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2934 #293489 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D25 #1D2562 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1318 #13183F | Primary textHigh emphasis contentDark headings |
| 950 | 0C0F #0C0F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F4FB;
--cobalt-100: #E4E6F7;
--cobalt-200: #CCD0F0;
--cobalt-300: #A5ACE4;
--cobalt-400: #7681D6;
--cobalt-500: #4E5DCA;
--cobalt-600: #3442AD;
--cobalt-700: #293489;
--cobalt-800: #1D2562;
--cobalt-900: #13183F;
--cobalt-950: #0C0F27;
}