Cobalt
#0B22A8
BlueColor Codes
All color formats for development
HEX
#0B22A8RGB
rgb(11, 34, 168)HSL
hsl(231, 88%, 35%)OKLCH
oklch(0.362 0.208 265.5)CMYK
cmyk(93%, 80%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1F97
2#091B86
3#071875
4#061565
5#051154
6#040E43
7#030A32
8#020722
9#010311
Tints
Lighter variations
1#0D29C7
2#0F2FE6
3#2544F1
4#445EF3
5#6379F5
6#8294F7
7#A2AFF9
8#C1C9FB
9#E0E4FD
Tones
Muted variations
1#1328A0
2#1A2D98
3#223390
4#2A3888
5#323E81
6#3A4379
7#424971
8#4A4E69
9#515461
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C9 #C1C9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A0 #91A0F8 | BordersInactive statesPlaceholder text |
| 400 | 576F #576FF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2746 #2746F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D2B #0D2BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B22 #0B22A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0818 #081878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0510 #05104D | Primary textHigh emphasis contentDark headings |
| 950 | 030A #030A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FE;
--cobalt-100: #DDE2FD;
--cobalt-200: #C1C9FB;
--cobalt-300: #91A0F8;
--cobalt-400: #576FF4;
--cobalt-500: #2746F1;
--cobalt-600: #0D2BD3;
--cobalt-700: #0B22A8;
--cobalt-800: #081878;
--cobalt-900: #05104D;
--cobalt-950: #030A30;
}