Cobalt
#0746DA
BlueColor Codes
All color formats for development
HEX
#0746DARGB
rgb(7, 70, 218)HSL
hsl(222, 94%, 44%)OKLCH
oklch(0.472 0.231 263.2)CMYK
cmyk(97%, 68%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#063FC4
2#0538AE
3#053198
4#042A83
5#03236D
6#031C57
7#021541
8#010E2C
9#010716
Tints
Lighter variations
1#084FF5
2#2162F8
3#3D75F9
4#5989FA
5#749DFB
6#90B0FC
7#ACC4FC
8#C8D8FD
9#E3EBFE
Tones
Muted variations
1#114ACF
2#1C4EC5
3#2653BA
4#3157AF
5#3B5BA5
6#465F9A
7#516490
8#5B6885
9#666C7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE6 #DCE6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD1 #BFD1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DAE #8DAEFB | BordersInactive statesPlaceholder text |
| 400 | 5284 #5284FA | Disabled statesSecondary iconsMuted text |
| 500 | 2061 #2061F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0746 #0746DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0538 #0538AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0428 #04287C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0219 #02194F | Primary textHigh emphasis contentDark headings |
| 950 | 0210 #021031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F4FF;
--cobalt-100: #DCE6FE;
--cobalt-200: #BFD1FD;
--cobalt-300: #8DAEFB;
--cobalt-400: #5284FA;
--cobalt-500: #2061F8;
--cobalt-600: #0746DA;
--cobalt-700: #0538AD;
--cobalt-800: #04287C;
--cobalt-900: #02194F;
--cobalt-950: #021031;
}