Cobalt
#2D46B4
BlueColor Codes
All color formats for development
HEX
#2D46B4RGB
rgb(45, 70, 180)HSL
hsl(229, 60%, 44%)OKLCH
oklch(0.447 0.176 268.3)CMYK
cmyk(75%, 61%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#283FA2
2#243890
3#1F317E
4#1B2A6C
5#16235A
6#121C48
7#0D1536
8#090E24
9#040712
Tints
Lighter variations
1#334ECA
2#4861D1
3#5F75D7
4#7689DD
5#8D9CE2
6#A4B0E8
7#BAC4EE
8#D1D8F4
9#E8EBF9
Tones
Muted variations
1#344AAD
2#3A4EA6
3#41529F
4#485799
5#4F5B92
6#555F8B
7#5C6384
8#63687E
9#696C77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD1 #CAD1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AE #A1AEE8 | BordersInactive statesPlaceholder text |
| 400 | 7084 #7084DB | Disabled statesSecondary iconsMuted text |
| 500 | 4761 #4761D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D46 #2D46B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2437 #24378F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A28 #1A2866 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1019 #101941 | Primary textHigh emphasis contentDark headings |
| 950 | 0A10 #0A1029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F4FC;
--cobalt-100: #E2E6F8;
--cobalt-200: #CAD1F2;
--cobalt-300: #A1AEE8;
--cobalt-400: #7084DB;
--cobalt-500: #4761D1;
--cobalt-600: #2D46B4;
--cobalt-700: #24378F;
--cobalt-800: #1A2866;
--cobalt-900: #101941;
--cobalt-950: #0A1029;
}