Cobalt
#293689
BlueColor Codes
All color formats for development
HEX
#293689RGB
rgb(41, 54, 137)HSL
hsl(232, 54%, 35%)OKLCH
oklch(0.376 0.138 271.3)CMYK
cmyk(70%, 61%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25317C
2#212B6E
3#1D2660
4#192052
5#151B45
6#101637
7#0C1029
8#080B1B
9#04050E
Tints
Lighter variations
1#3140A3
2#384ABC
3#4C5DCA
4#6674D1
5#7F8BD9
6#99A2E1
7#B2BAE8
8#CCD1F0
9#E5E8F7
Tones
Muted variations
1#2E3985
2#333D80
3#38417B
4#3C4476
5#414871
6#464B6D
7#4B4F68
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 | CCD1 #CCD1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AD #A5ADE4 | BordersInactive statesPlaceholder text |
| 400 | 7682 #7682D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E5F #4E5FCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3444 #3444AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2936 #293689 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D27 #1D2762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1319 #13193F | 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: #CCD1F0;
--cobalt-300: #A5ADE4;
--cobalt-400: #7682D6;
--cobalt-500: #4E5FCA;
--cobalt-600: #3444AD;
--cobalt-700: #293689;
--cobalt-800: #1D2762;
--cobalt-900: #13193F;
--cobalt-950: #0C0F27;
}