Cobalt
#092EAA
BlueColor Codes
All color formats for development
HEX
#092EAARGB
rgb(9, 46, 170)HSL
hsl(226, 90%, 35%)OKLCH
oklch(0.382 0.199 264.5)CMYK
cmyk(95%, 73%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082A99
2#072588
3#062077
4#051C66
5#041755
6#041344
7#030E33
8#020922
9#010511
Tints
Lighter variations
1#0B37C9
2#0C40E9
3#2353F3
4#426CF5
5#6284F7
6#819DF8
7#A1B5FA
8#C0CEFC
9#E0E6FD
Tones
Muted variations
1#1133A2
2#19379A
3#213B91
4#294089
5#314481
6#394879
7#414C71
8#495169
9#515561
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CE #C0CEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A8 #90A8F9 | BordersInactive statesPlaceholder text |
| 400 | 557B #557BF6 | Disabled statesSecondary iconsMuted text |
| 500 | 2555 #2555F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B3A #0B3AD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 092E #092EAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0621 #062179 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0415 #04154E | Primary textHigh emphasis contentDark headings |
| 950 | 030D #030D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F4FE;
--cobalt-100: #DDE5FD;
--cobalt-200: #C0CEFC;
--cobalt-300: #90A8F9;
--cobalt-400: #557BF6;
--cobalt-500: #2555F4;
--cobalt-600: #0B3AD5;
--cobalt-700: #092EAA;
--cobalt-800: #062179;
--cobalt-900: #04154E;
--cobalt-950: #030D30;
}