Cobalt
#092BD7
BlueColor Codes
All color formats for development
HEX
#092BD7RGB
rgb(9, 43, 215)HSL
hsl(230, 92%, 44%)OKLCH
oklch(0.43 0.254 264.8)CMYK
cmyk(96%, 80%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0827C2
2#0723AC
3#061E97
4#051A81
5#04166C
6#041156
7#030D41
8#02092B
9#010416
Tints
Lighter variations
1#0A31F3
2#2447F6
3#3F5EF7
4#5A75F8
5#768CF9
6#91A3FA
7#ADBAFC
8#C8D1FD
9#E4E8FE
Tones
Muted variations
1#1332CD
2#1E39C3
3#2840B8
4#3247AE
5#3D4EA4
6#475599
7#515C8F
8#5C6285
9#66697B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCA #BFCAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA0 #8EA0FA | BordersInactive statesPlaceholder text |
| 400 | 546F #546FF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2346 #2346F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 092B #092BD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0723 #0723AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0519 #05197A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0310 #03104E | 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: #DDE2FE;
--cobalt-200: #BFCAFC;
--cobalt-300: #8EA0FA;
--cobalt-400: #546FF8;
--cobalt-500: #2346F6;
--cobalt-600: #092BD7;
--cobalt-700: #0723AB;
--cobalt-800: #05197A;
--cobalt-900: #03104E;
--cobalt-950: #020A31;
}