Cobalt
#0936D7
BlueColor Codes
All color formats for development
HEX
#0936D7RGB
rgb(9, 54, 215)HSL
hsl(227, 92%, 44%)OKLCH
oklch(0.444 0.244 264.4)CMYK
cmyk(96%, 75%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0830C2
2#072BAC
3#062697
4#052081
5#041B6C
6#041556
7#031041
8#020B2B
9#010516
Tints
Lighter variations
1#0A3DF3
2#2451F6
3#3F67F7
4#5A7DF8
5#7692F9
6#91A8FA
7#ADBEFC
8#C8D4FD
9#E4E9FE
Tones
Muted variations
1#133CCD
2#1E41C3
3#2847B8
4#324DAE
5#3D53A4
6#475999
7#515F8F
8#5C6585
9#666A7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCD #BFCDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA6 #8EA6FA | BordersInactive statesPlaceholder text |
| 400 | 5477 #5477F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2350 #2350F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0936 #0936D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 072B #072BAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 051F #051F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0314 #03144E | Primary textHigh emphasis contentDark headings |
| 950 | 020C #020C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F3FE;
--cobalt-100: #DDE4FE;
--cobalt-200: #BFCDFC;
--cobalt-300: #8EA6FA;
--cobalt-400: #5477F8;
--cobalt-500: #2350F6;
--cobalt-600: #0936D7;
--cobalt-700: #072BAB;
--cobalt-800: #051F7A;
--cobalt-900: #03144E;
--cobalt-950: #020C31;
}