Cobalt
#0926AA
BlueColor Codes
All color formats for development
HEX
#0926AARGB
rgb(9, 38, 170)HSL
hsl(229, 90%, 35%)OKLCH
oklch(0.37 0.207 265.1)CMYK
cmyk(95%, 78%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082399
2#071F88
3#061B77
4#051766
5#041355
6#040F44
7#030C33
8#020822
9#010411
Tints
Lighter variations
1#0B2EC9
2#0C35E9
3#2349F3
4#4263F5
5#627DF7
6#8197F8
7#A1B1FA
8#C0CBFC
9#E0E5FD
Tones
Muted variations
1#112BA2
2#19319A
3#213691
4#293B89
5#314081
6#394579
7#414A71
8#494F69
9#515461
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CB #C0CBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A3 #90A3F9 | BordersInactive statesPlaceholder text |
| 400 | 5573 #5573F6 | Disabled statesSecondary iconsMuted text |
| 500 | 254B #254BF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B30 #0B30D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0926 #0926AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061B #061B79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0412 #04124E | Primary textHigh emphasis contentDark headings |
| 950 | 030B #030B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F3FE;
--cobalt-100: #DDE3FD;
--cobalt-200: #C0CBFC;
--cobalt-300: #90A3F9;
--cobalt-400: #5573F6;
--cobalt-500: #254BF4;
--cobalt-600: #0B30D5;
--cobalt-700: #0926AA;
--cobalt-800: #061B79;
--cobalt-900: #04124E;
--cobalt-950: #030B30;
}