Cobalt
#293989
BlueColor Codes
All color formats for development
HEX
#293989RGB
rgb(41, 57, 137)HSL
hsl(230, 54%, 35%)OKLCH
oklch(0.382 0.134 270.2)CMYK
cmyk(70%, 58%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25337C
2#212E6E
3#1D2860
4#192252
5#151D45
6#101737
7#0C1129
8#080B1B
9#04060E
Tints
Lighter variations
1#3144A3
2#384EBC
3#4C61CA
4#6678D1
5#7F8ED9
6#99A5E1
7#B2BBE8
8#CCD2F0
9#E5E8F7
Tones
Muted variations
1#2E3C85
2#334080
3#38437B
4#3C4676
5#414971
6#464C6D
7#4B5068
8#505363
9#54565E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD2 #CCD2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AF #A5AFE4 | BordersInactive statesPlaceholder text |
| 400 | 7686 #7686D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E63 #4E63CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3448 #3448AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2939 #293989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D29 #1D2962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131A #131A3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C10 #0C1027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F5FB;
--cobalt-100: #E4E7F7;
--cobalt-200: #CCD2F0;
--cobalt-300: #A5AFE4;
--cobalt-400: #7686D6;
--cobalt-500: #4E63CA;
--cobalt-600: #3448AD;
--cobalt-700: #293989;
--cobalt-800: #1D2962;
--cobalt-900: #131A3F;
--cobalt-950: #0C1027;
}