Cobalt
#3446AD
BlueColor Codes
All color formats for development
HEX
#3446ADRGB
rgb(52, 70, 173)HSL
hsl(231, 54%, 44%)OKLCH
oklch(0.444 0.165 270.6)CMYK
cmyk(70%, 60%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3F9C
2#29388A
3#243179
4#1F2A68
5#1A2356
6#151C45
7#0F1534
8#0A0E23
9#050711
Tints
Lighter variations
1#3A4FC3
2#4F62CA
3#6575D1
4#7B89D8
5#919DDE
6#A7B0E5
7#BDC4EB
8#D3D8F2
9#E9EBF8
Tones
Muted variations
1#3A4AA7
2#404EA1
3#46539B
4#4C5795
5#525B8E
6#585F88
7#5E6382
8#64687C
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 | A5AE #A5AEE4 | BordersInactive statesPlaceholder text |
| 400 | 7684 #7684D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E61 #4E61CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3446 #3446AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2938 #293889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D28 #1D2862 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1319 #13193F | 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: #F3F4FB;
--cobalt-100: #E4E6F7;
--cobalt-200: #CCD1F0;
--cobalt-300: #A5AEE4;
--cobalt-400: #7684D6;
--cobalt-500: #4E61CA;
--cobalt-600: #3446AD;
--cobalt-700: #293889;
--cobalt-800: #1D2862;
--cobalt-900: #13193F;
--cobalt-950: #0C1027;
}