Cobalt
#293389
BlueColor Codes
All color formats for development
HEX
#293389RGB
rgb(41, 51, 137)HSL
hsl(234, 54%, 35%)OKLCH
oklch(0.37 0.142 272.3)CMYK
cmyk(70%, 63%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#252E7C
2#21296E
3#1D2360
4#191E52
5#151945
6#101437
7#0C0F29
8#080A1B
9#04050E
Tints
Lighter variations
1#313CA3
2#3846BC
3#4C59CA
4#6671D1
5#7F88D9
6#99A0E1
7#B2B8E8
8#CCD0F0
9#E5E7F7
Tones
Muted variations
1#2E3785
2#333A80
3#383E7B
4#3C4276
5#414671
6#464A6D
7#4B4E68
8#505263
9#54555E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD0 #CCD0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AB #A5ABE4 | BordersInactive statesPlaceholder text |
| 400 | 767F #767FD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E5B #4E5BCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3440 #3440AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2933 #293389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D24 #1D2462 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1317 #13173F | Primary textHigh emphasis contentDark headings |
| 950 | 0C0E #0C0E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F4FB;
--cobalt-100: #E4E5F7;
--cobalt-200: #CCD0F0;
--cobalt-300: #A5ABE4;
--cobalt-400: #767FD6;
--cobalt-500: #4E5BCA;
--cobalt-600: #3440AD;
--cobalt-700: #293389;
--cobalt-800: #1D2462;
--cobalt-900: #13173F;
--cobalt-950: #0C0E27;
}