Cobalt
#3D47A4
BlueColor Codes
All color formats for development
HEX
#3D47A4RGB
rgb(61, 71, 164)HSL
hsl(234, 46%, 44%)OKLCH
oklch(0.444 0.149 274)CMYK
cmyk(63%, 57%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#374093
2#303983
3#2A3273
4#242B62
5#1E2352
6#181C42
7#121531
8#0C0E21
9#060710
Tints
Lighter variations
1#4450B9
2#5863C1
3#6D76C9
4#828AD1
5#979DD8
6#ACB1E0
7#C0C4E8
8#D5D8F0
9#EAEBF7
Tones
Muted variations
1#424B9F
2#474F99
3#4C5394
4#51578F
5#565C8A
6#5C6085
7#616480
8#66687B
9#6B6C75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD2 #CFD2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9AF #A9AFDF | BordersInactive statesPlaceholder text |
| 400 | 7D85 #7D85CF | Disabled statesSecondary iconsMuted text |
| 500 | 5762 #5762C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D47 #3D47A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3038 #303882 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2228 #22285D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161A #161A3C | 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: #F4F5FB;
--cobalt-100: #E5E7F5;
--cobalt-200: #CFD2ED;
--cobalt-300: #A9AFDF;
--cobalt-400: #7D85CF;
--cobalt-500: #5762C1;
--cobalt-600: #3D47A4;
--cobalt-700: #303882;
--cobalt-800: #22285D;
--cobalt-900: #161A3C;
--cobalt-950: #0E1025;
}