Cobalt
#093DD7
BlueColor Codes
All color formats for development
HEX
#093DD7RGB
rgb(9, 61, 215)HSL
hsl(225, 92%, 44%)OKLCH
oklch(0.455 0.237 264)CMYK
cmyk(96%, 72%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0837C2
2#0730AC
3#062A97
4#052481
5#041E6C
6#041856
7#031241
8#020C2B
9#010616
Tints
Lighter variations
1#0A44F3
2#2458F6
3#3F6DF7
4#5A82F8
5#7697F9
6#91ACFA
7#ADC0FC
8#C8D5FD
9#E4EAFE
Tones
Muted variations
1#1342CD
2#1E47C3
3#284CB8
4#3251AE
5#3D56A4
6#475C99
7#51618F
8#5C6685
9#666B7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCF #BFCFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA9 #8EA9FA | BordersInactive statesPlaceholder text |
| 400 | 547D #547DF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2357 #2357F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 093D #093DD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0730 #0730AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0522 #05227A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0316 #03164E | Primary textHigh emphasis contentDark headings |
| 950 | 020E #020E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F4FE;
--cobalt-100: #DDE5FE;
--cobalt-200: #BFCFFC;
--cobalt-300: #8EA9FA;
--cobalt-400: #547DF8;
--cobalt-500: #2357F6;
--cobalt-600: #093DD7;
--cobalt-700: #0730AB;
--cobalt-800: #05227A;
--cobalt-900: #03164E;
--cobalt-950: #020E31;
}