Cobalt
#0823AA
BlueColor Codes
All color formats for development
HEX
#0823AARGB
rgb(8, 35, 170)HSL
hsl(230, 91%, 35%)OKLCH
oklch(0.365 0.21 265.1)CMYK
cmyk(95%, 79%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072099
2#061C88
3#061977
4#051566
5#041255
6#030E44
7#020B33
8#020722
9#010411
Tints
Lighter variations
1#0A2ACA
2#0B30EA
3#2145F5
4#415FF6
5#617AF8
6#8094F9
7#A0AFFB
8#C0CAFC
9#DFE4FE
Tones
Muted variations
1#1029A2
2#182E9A
3#203392
4#29398A
5#313E82
6#39447A
7#414972
8#494E69
9#515461
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CA #C0CAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA1 #8FA1FA | BordersInactive statesPlaceholder text |
| 400 | 5570 #5570F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2447 #2447F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A2C #0A2CD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0823 #0823AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0619 #06197A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0410 #04104E | Primary textHigh emphasis contentDark headings |
| 950 | 020A #020A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F3FE;
--cobalt-100: #DDE2FD;
--cobalt-200: #C0CAFC;
--cobalt-300: #8FA1FA;
--cobalt-400: #5570F7;
--cobalt-500: #2447F5;
--cobalt-600: #0A2CD6;
--cobalt-700: #0823AA;
--cobalt-800: #06197A;
--cobalt-900: #04104E;
--cobalt-950: #020A31;
}