Cobalt
#0751AB
BlueColor Codes
All color formats for development
HEX
#0751ABRGB
rgb(7, 81, 171)HSL
hsl(213, 92%, 35%)OKLCH
oklch(0.451 0.159 257.6)CMYK
cmyk(96%, 53%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06499A
2#064189
3#053978
4#043167
5#042956
6#032045
7#021833
8#011022
9#010811
Tints
Lighter variations
1#0860CB
2#0A6FEB
3#2080F6
4#4092F7
5#60A5F8
6#80B7FA
7#A0C9FB
8#BFDBFC
9#DFEDFE
Tones
Muted variations
1#0F52A3
2#18539B
3#205493
4#28548B
5#305582
6#38567A
7#415772
8#49586A
9#515861
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDB #BFDBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EBF #8EBFFA | BordersInactive statesPlaceholder text |
| 400 | 549E #549EF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2382 #2382F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0966 #0966D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0751 #0751AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 053A #053A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0325 #03254E | Primary textHigh emphasis contentDark headings |
| 950 | 0217 #021731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F7FE;
--cobalt-100: #DDECFE;
--cobalt-200: #BFDBFC;
--cobalt-300: #8EBFFA;
--cobalt-400: #549EF8;
--cobalt-500: #2382F6;
--cobalt-600: #0966D7;
--cobalt-700: #0751AB;
--cobalt-800: #053A7A;
--cobalt-900: #03254E;
--cobalt-950: #021731;
}