Cobalt
#0848AF
BlueColor Codes
All color formats for development
HEX
#0848AFRGB
rgb(8, 72, 175)HSL
hsl(217, 91%, 36%)OKLCH
oklch(0.435 0.175 260.6)CMYK
cmyk(95%, 59%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07419E
2#073A8C
3#06337B
4#052B69
5#042458
6#031D46
7#021635
8#020E23
9#010712
Tints
Lighter variations
1#0A55CF
2#0B62EE
3#2575F5
4#4488F6
5#639CF8
6#82B0F9
7#A1C4FB
8#C1D7FC
9#E0EBFE
Tones
Muted variations
1#114AA7
2#194C9F
3#214E96
4#2A508E
5#325286
6#3A547D
7#435675
8#4B586D
9#535A64
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;
}