Cobalt
#0A32A9
BlueColor Codes
All color formats for development
HEX
#0A32A9RGB
rgb(10, 50, 169)HSL
hsl(225, 89%, 35%)OKLCH
oklch(0.388 0.193 264.2)CMYK
cmyk(94%, 70%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092D98
2#082887
3#072376
4#061E65
5#051954
6#041443
7#030F33
8#020A22
9#010511
Tints
Lighter variations
1#0C3BC8
2#0D44E7
3#2457F2
4#436FF4
5#6287F6
6#829FF8
7#A1B7FA
8#C0CFFB
9#E0E7FD
Tones
Muted variations
1#1236A1
2#1A3999
3#223D91
4#2A4189
5#324581
6#394979
7#414D71
8#495169
9#515561
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CF #C0CFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90AA #90AAF9 | BordersInactive statesPlaceholder text |
| 400 | 567E #567EF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2659 #2659F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C3E #0C3ED4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A32 #0A32A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0723 #072378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0417 #04174D | Primary textHigh emphasis contentDark headings |
| 950 | 030E #030E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F4FE;
--cobalt-100: #DDE5FD;
--cobalt-200: #C0CFFB;
--cobalt-300: #90AAF9;
--cobalt-400: #567EF5;
--cobalt-500: #2659F2;
--cobalt-600: #0C3ED4;
--cobalt-700: #0A32A9;
--cobalt-800: #072378;
--cobalt-900: #04174D;
--cobalt-950: #030E30;
}