Cobalt
#0736AB
BlueColor Codes
All color formats for development
HEX
#0736ABRGB
rgb(7, 54, 171)HSL
hsl(223, 92%, 35%)OKLCH
oklch(0.396 0.192 263.4)CMYK
cmyk(96%, 68%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06309A
2#062B89
3#052678
4#042067
5#041B56
6#031545
7#021033
8#010B22
9#010511
Tints
Lighter variations
1#0840CB
2#0A4AEB
3#205DF6
4#4074F7
5#608BF8
6#80A2FA
7#A0B9FB
8#BFD1FC
9#DFE8FE
Tones
Muted variations
1#0F39A3
2#183D9B
3#204093
4#28448B
5#304782
6#384B7A
7#414F72
8#49526A
9#515661
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD1 #BFD1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EAD #8EADFA | BordersInactive statesPlaceholder text |
| 400 | 5482 #5482F8 | Disabled statesSecondary iconsMuted text |
| 500 | 235F #235FF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0943 #0943D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0736 #0736AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0526 #05267A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0319 #03194E | Primary textHigh emphasis contentDark headings |
| 950 | 020F #020F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F4FE;
--cobalt-100: #DDE6FE;
--cobalt-200: #BFD1FC;
--cobalt-300: #8EADFA;
--cobalt-400: #5482F8;
--cobalt-500: #235FF6;
--cobalt-600: #0943D7;
--cobalt-700: #0736AB;
--cobalt-800: #05267A;
--cobalt-900: #03194E;
--cobalt-950: #020F31;
}