Cobalt
#0939D7
BlueColor Codes
All color formats for development
HEX
#0939D7RGB
rgb(9, 57, 215)HSL
hsl(226, 92%, 44%)OKLCH
oklch(0.448 0.241 264.3)CMYK
cmyk(96%, 73%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0833C2
2#072EAC
3#062897
4#052281
5#041D6C
6#041756
7#031141
8#020B2B
9#010616
Tints
Lighter variations
1#0A40F3
2#2455F6
3#3F6AF7
4#5A7FF8
5#7695F9
6#91AAFA
7#ADBFFC
8#C8D4FD
9#E4EAFE
Tones
Muted variations
1#133FCD
2#1E44C3
3#284AB8
4#324FAE
5#3D55A4
6#475A99
7#51608F
8#5C6585
9#666B7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCE #BFCEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA8 #8EA8FA | BordersInactive statesPlaceholder text |
| 400 | 547A #547AF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2354 #2354F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0939 #0939D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 072D #072DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0520 #05207A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0315 #03154E | Primary textHigh emphasis contentDark headings |
| 950 | 020D #020D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F4FE;
--cobalt-100: #DDE4FE;
--cobalt-200: #BFCEFC;
--cobalt-300: #8EA8FA;
--cobalt-400: #547AF8;
--cobalt-500: #2354F6;
--cobalt-600: #0939D7;
--cobalt-700: #072DAB;
--cobalt-800: #05207A;
--cobalt-900: #03154E;
--cobalt-950: #020D31;
}