Cobalt
#0320B0
BlueColor Codes
All color formats for development
HEX
#0320B0RGB
rgb(3, 32, 176)HSL
hsl(230, 97%, 35%)OKLCH
oklch(0.368 0.22 264.5)CMYK
cmyk(98%, 82%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#021C9E
2#02198D
3#02167B
4#021369
5#011058
6#010D46
7#010935
8#010623
9#000312
Tints
Lighter variations
1#0325D0
2#042BF1
3#1A40FC
4#3B5BFC
5#5C77FD
6#7C92FD
7#9DADFE
8#BEC8FE
9#DEE4FF
Tones
Muted variations
1#0B25A7
2#142B9F
3#1D3196
4#25378D
5#2E3C85
6#37427C
7#3F4873
8#484E6B
9#515362
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE2 #DCE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC8 #BEC8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B9E #8B9EFD | BordersInactive statesPlaceholder text |
| 400 | 4F6C #4F6CFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D42 #1D42FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0328 #0328DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0320 #0320B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0217 #02177E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010E #010E50 | Primary textHigh emphasis contentDark headings |
| 950 | 0109 #010932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F2FF;
--cobalt-100: #DCE2FE;
--cobalt-200: #BEC8FE;
--cobalt-300: #8B9EFD;
--cobalt-400: #4F6CFC;
--cobalt-500: #1D42FC;
--cobalt-600: #0328DD;
--cobalt-700: #0320B0;
--cobalt-800: #02177E;
--cobalt-900: #010E50;
--cobalt-950: #010932;
}