Cobalt
#0844AA
BlueColor Codes
All color formats for development
HEX
#0844AARGB
rgb(8, 68, 170)HSL
hsl(218, 91%, 35%)OKLCH
oklch(0.422 0.173 261.1)CMYK
cmyk(95%, 60%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#073D99
2#063688
3#062F77
4#052966
5#042255
6#031B44
7#021433
8#020E22
9#010711
Tints
Lighter variations
1#0A50CA
2#0B5DEA
3#216FF5
4#4183F6
5#6198F8
6#80ADF9
7#A0C1FB
8#C0D6FC
9#DFEAFE
Tones
Muted variations
1#1046A2
2#18489A
3#204A92
4#294C8A
5#314E82
6#39517A
7#415372
8#495569
9#515761
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE9 #DDE9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D6 #C0D6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FB6 #8FB6FA | BordersInactive statesPlaceholder text |
| 400 | 5590 #5590F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2470 #2470F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A55 #0A55D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0844 #0844AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0630 #06307A | Text on light backgroundsHeadingsStrong borders |
| 900 | 041F #041F4E | Primary textHigh emphasis contentDark headings |
| 950 | 0213 #021331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FE;
--cobalt-100: #DDE9FD;
--cobalt-200: #C0D6FC;
--cobalt-300: #8FB6FA;
--cobalt-400: #5590F7;
--cobalt-500: #2470F5;
--cobalt-600: #0A55D6;
--cobalt-700: #0844AA;
--cobalt-800: #06307A;
--cobalt-900: #041F4E;
--cobalt-950: #021331;
}