Cobalt
#0943D7
BlueColor Codes
All color formats for development
HEX
#0943D7RGB
rgb(9, 67, 215)HSL
hsl(223, 92%, 44%)OKLCH
oklch(0.464 0.231 263.6)CMYK
cmyk(96%, 69%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#083DC2
2#0736AC
3#062F97
4#052881
5#04226C
6#041B56
7#031441
8#020D2B
9#010716
Tints
Lighter variations
1#0A4CF3
2#245FF6
3#3F73F7
4#5A87F8
5#769BF9
6#91AFFA
7#ADC3FC
8#C8D7FD
9#E4EBFE
Tones
Muted variations
1#1348CD
2#1E4CC3
3#2851B8
4#3255AE
5#3D5AA4
6#475E99
7#51638F
8#5C6785
9#666C7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD1 #BFD1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EAD #8EADFA | BordersInactive statesPlaceholder text |
| 400 | 5482 #5482F8 | Disabled statesSecondary iconsMuted text |
| 500 | 235F #235FF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0943 #0943D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0736 #0736AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0526 #05267A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0319 #03194E | Primary textHigh emphasis contentDark headings |
| 950 | 020F #020F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F4FE;
--cobalt-100: #DDE6FE;
--cobalt-200: #BFD1FC;
--cobalt-300: #8EADFA;
--cobalt-400: #5482F8;
--cobalt-500: #235FF6;
--cobalt-600: #0943D7;
--cobalt-700: #0736AB;
--cobalt-800: #05267A;
--cobalt-900: #03194E;
--cobalt-950: #020F31;
}