Cobalt
#0D22A5
BlueColor Codes
All color formats for development
HEX
#0D22A5RGB
rgb(13, 34, 165)HSL
hsl(232, 85%, 35%)OKLCH
oklch(0.359 0.204 265.9)CMYK
cmyk(92%, 79%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1E95
2#0B1B84
3#091874
4#081463
5#071153
6#050D42
7#040A32
8#030721
9#010311
Tints
Lighter variations
1#1028C4
2#122EE2
3#2843EE
4#475EF0
5#6678F3
6#8493F5
7#A3AEF8
8#C2C9FA
9#E0E4FD
Tones
Muted variations
1#15279E
2#1D2D96
3#24328E
4#2C3887
5#333D7F
6#3B4378
7#424970
8#4A4E68
9#525461
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C9 #C2C9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A0 #92A0F6 | BordersInactive statesPlaceholder text |
| 400 | 5A6E #5A6EF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B45 #2B45EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 112A #112AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D22 #0D22A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A18 #0A1876 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060F #060F4B | Primary textHigh emphasis contentDark headings |
| 950 | 040A #040A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FE;
--cobalt-100: #DEE2FC;
--cobalt-200: #C2C9FA;
--cobalt-300: #92A0F6;
--cobalt-400: #5A6EF2;
--cobalt-500: #2B45EE;
--cobalt-600: #112AD0;
--cobalt-700: #0D22A5;
--cobalt-800: #0A1876;
--cobalt-900: #060F4B;
--cobalt-950: #040A2F;
}