Cobalt
#3E46A3
BlueColor Codes
All color formats for development
HEX
#3E46A3RGB
rgb(62, 70, 163)HSL
hsl(235, 45%, 44%)OKLCH
oklch(0.442 0.148 274.9)CMYK
cmyk(62%, 57%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#383F92
2#313882
3#2B3172
4#252A62
5#1F2351
6#191C41
7#131531
8#0C0E21
9#060710
Tints
Lighter variations
1#464FB7
2#5962C0
3#6E76C8
4#8389D0
5#979DD8
6#ACB0E0
7#C1C4E7
8#D6D8EF
9#EAEBF7
Tones
Muted variations
1#434A9E
2#484F99
3#4D5394
4#52578E
5#575B89
6#5C5F84
7#61647F
8#66687A
9#6B6C75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD1 #CFD1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAAE #AAAEDF | BordersInactive statesPlaceholder text |
| 400 | 7E84 #7E84CE | Disabled statesSecondary iconsMuted text |
| 500 | 5961 #5961C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E46 #3E46A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3138 #313881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2328 #23285C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161A #161A3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F4F4FB;
--cobalt-100: #E5E6F5;
--cobalt-200: #CFD1ED;
--cobalt-300: #AAAEDF;
--cobalt-400: #7E84CE;
--cobalt-500: #5961C0;
--cobalt-600: #3E46A3;
--cobalt-700: #313881;
--cobalt-800: #23285C;
--cobalt-900: #161A3B;
--cobalt-950: #0E1025;
}