Cobalt
#073C92
BlueColor Codes
All color formats for development
HEX
#073C92RGB
rgb(7, 60, 146)HSL
hsl(217, 91%, 30%)OKLCH
oklch(0.384 0.151 260.5)CMYK
cmyk(95%, 59%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#063684
2#063075
3#052A66
4#042458
5#031E49
6#03183A
7#02122C
8#010C1D
9#01060F
Tints
Lighter variations
1#084AB4
2#0A58D6
3#1068F4
4#327DF5
5#5593F7
6#77A8F9
7#99BEFA
8#BBD4FC
9#DDE9FD
Tones
Muted variations
1#0E3E8B
2#154084
3#1C417D
4#234376
5#2A446F
6#314668
7#384861
8#3F495A
9#464B53
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE9 #DDE9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D7 #C0D7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FB8 #8FB8FA | BordersInactive statesPlaceholder text |
| 400 | 5593 #5593F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2474 #2474F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A58 #0A58D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0846 #0846AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0632 #06327A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0420 #04204E | Primary textHigh emphasis contentDark headings |
| 950 | 0214 #021431 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F6FE;
--cobalt-100: #DDE9FD;
--cobalt-200: #C0D7FC;
--cobalt-300: #8FB8FA;
--cobalt-400: #5593F7;
--cobalt-500: #2474F5;
--cobalt-600: #0A58D6;
--cobalt-700: #0846AA;
--cobalt-800: #06327A;
--cobalt-900: #04204E;
--cobalt-950: #021431;
}