Cobalt
#0864AA
BlueColor Codes
All color formats for development
HEX
#0864AARGB
rgb(8, 100, 170)HSL
hsl(206, 91%, 35%)OKLCH
oklch(0.494 0.135 249.6)CMYK
cmyk(95%, 41%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#075A99
2#065088
3#064677
4#053C66
5#043255
6#032844
7#021E33
8#021422
9#010A11
Tints
Lighter variations
1#0A77CA
2#0B89EA
3#2199F5
4#41A8F6
5#61B6F8
6#80C5F9
7#A0D3FB
8#C0E2FC
9#DFF0FE
Tones
Muted variations
1#1063A2
2#18629A
3#206192
4#29608A
5#315F82
6#395E7A
7#415C72
8#495B69
9#515A61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E2 #C0E2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FCB #8FCBFA | BordersInactive statesPlaceholder text |
| 400 | 55B1 #55B1F7 | Disabled statesSecondary iconsMuted text |
| 500 | 249A #249AF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A7E #0A7ED6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0864 #0864AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0647 #06477A | Text on light backgroundsHeadingsStrong borders |
| 900 | 042E #042E4E | Primary textHigh emphasis contentDark headings |
| 950 | 021D #021D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F8FE;
--cobalt-100: #DDEFFD;
--cobalt-200: #C0E2FC;
--cobalt-300: #8FCBFA;
--cobalt-400: #55B1F7;
--cobalt-500: #249AF5;
--cobalt-600: #0A7ED6;
--cobalt-700: #0864AA;
--cobalt-800: #06477A;
--cobalt-900: #042E4E;
--cobalt-950: #021D31;
}