Cobalt
#0764AB
BlueColor Codes
All color formats for development
HEX
#0764ABRGB
rgb(7, 100, 171)HSL
hsl(206, 92%, 35%)OKLCH
oklch(0.495 0.136 249.8)CMYK
cmyk(96%, 42%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#065A9A
2#065089
3#054678
4#043C67
5#043256
6#032845
7#021E33
8#011422
9#010A11
Tints
Lighter variations
1#0877CB
2#0A89EB
3#2099F6
4#40A8F7
5#60B6F8
6#80C5FA
7#A0D3FB
8#BFE2FC
9#DFF0FE
Tones
Muted variations
1#0F63A3
2#18629B
3#206193
4#28608B
5#305F82
6#385E7A
7#415D72
8#495B6A
9#515A61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE2 #BFE2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECC #8ECCFA | BordersInactive statesPlaceholder text |
| 400 | 54B1 #54B1F8 | Disabled statesSecondary iconsMuted text |
| 500 | 239A #239AF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 097E #097ED7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0764 #0764AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0548 #05487A | Text on light backgroundsHeadingsStrong borders |
| 900 | 032E #032E4E | 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: #DDEFFE;
--cobalt-200: #BFE2FC;
--cobalt-300: #8ECCFA;
--cobalt-400: #54B1F8;
--cobalt-500: #239AF6;
--cobalt-600: #097ED7;
--cobalt-700: #0764AB;
--cobalt-800: #05487A;
--cobalt-900: #032E4E;
--cobalt-950: #021D31;
}