Cobalt
#0929AA
BlueColor Codes
All color formats for development
HEX
#0929AARGB
rgb(9, 41, 170)HSL
hsl(228, 90%, 35%)OKLCH
oklch(0.374 0.204 264.9)CMYK
cmyk(95%, 76%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082599
2#072188
3#061D77
4#051966
5#041555
6#041044
7#030C33
8#020822
9#010411
Tints
Lighter variations
1#0B31C9
2#0C38E9
3#234CF3
4#4266F5
5#627FF7
6#8199F8
7#A1B2FA
8#C0CCFC
9#E0E5FD
Tones
Muted variations
1#112EA2
2#19339A
3#213891
4#293C89
5#314181
6#394679
7#414B71
8#495069
9#515461
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CC #C0CCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A5 #90A5F9 | BordersInactive statesPlaceholder text |
| 400 | 5576 #5576F6 | Disabled statesSecondary iconsMuted text |
| 500 | 254E #254EF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B34 #0B34D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0929 #0929AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061D #061D79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0413 #04134E | Primary textHigh emphasis contentDark headings |
| 950 | 030C #030C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F3FE;
--cobalt-100: #DDE4FD;
--cobalt-200: #C0CCFC;
--cobalt-300: #90A5F9;
--cobalt-400: #5576F6;
--cobalt-500: #254EF4;
--cobalt-600: #0B34D5;
--cobalt-700: #0929AA;
--cobalt-800: #061D79;
--cobalt-900: #04134E;
--cobalt-950: #030C30;
}