Cobalt
#0762DA
BlueColor Codes
All color formats for development
HEX
#0762DARGB
rgb(7, 98, 218)HSL
hsl(214, 94%, 44%)OKLCH
oklch(0.525 0.199 259)CMYK
cmyk(97%, 55%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0658C4
2#054FAE
3#054598
4#043B83
5#03316D
6#032757
7#021D41
8#01142C
9#010A16
Tints
Lighter variations
1#086FF5
2#217EF8
3#3D8FF9
4#599FFA
5#74AFFB
6#90BFFC
7#ACCFFC
8#C8DFFD
9#E3EFFE
Tones
Muted variations
1#1164CF
2#1C65C5
3#2666BA
4#3168AF
5#3B69A5
6#466B9A
7#516C90
8#5B6D85
9#666F7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDA #BFDAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DBD #8DBDFB | BordersInactive statesPlaceholder text |
| 400 | 529B #529BFA | Disabled statesSecondary iconsMuted text |
| 500 | 207E #207EF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0762 #0762DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 054E #054EAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0438 #04387C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0224 #02244F | Primary textHigh emphasis contentDark headings |
| 950 | 0216 #021631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F6FF;
--cobalt-100: #DCEBFE;
--cobalt-200: #BFDAFD;
--cobalt-300: #8DBDFB;
--cobalt-400: #529BFA;
--cobalt-500: #207EF8;
--cobalt-600: #0762DA;
--cobalt-700: #054EAD;
--cobalt-800: #04387C;
--cobalt-900: #02244F;
--cobalt-950: #021631;
}