Cobalt
#3444AD
BlueColor Codes
All color formats for development
HEX
#3444ADRGB
rgb(52, 68, 173)HSL
hsl(232, 54%, 44%)OKLCH
oklch(0.44 0.167 271.1)CMYK
cmyk(70%, 61%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3D9C
2#29368A
3#242F79
4#1F2968
5#1A2256
6#151B45
7#0F1434
8#0A0E23
9#050711
Tints
Lighter variations
1#3A4CC3
2#4F60CA
3#6573D1
4#7B87D8
5#919BDE
6#A7AFE5
7#BDC3EB
8#D3D7F2
9#E9EBF8
Tones
Muted variations
1#3A48A7
2#404DA1
3#46519B
4#4C5695
5#525A8E
6#585E88
7#5E6382
8#64677C
9#6A6C76
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;
}