Cobalt
#0955D7
BlueColor Codes
All color formats for development
HEX
#0955D7RGB
rgb(9, 85, 215)HSL
hsl(218, 92%, 44%)OKLCH
oklch(0.497 0.211 261.3)CMYK
cmyk(96%, 60%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#084CC2
2#0744AC
3#063B97
4#053381
5#042A6C
6#042256
7#031941
8#02112B
9#010816
Tints
Lighter variations
1#0A5FF3
2#2471F6
3#3F83F7
4#5A94F8
5#76A6F9
6#91B8FA
7#ADCAFC
8#C8DBFD
9#E4EDFE
Tones
Muted variations
1#1357CD
2#1E5AC3
3#285DB8
4#3260AE
5#3D62A4
6#476599
7#51688F
8#5C6B85
9#666D7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE9 #DDE9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD6 #BFD6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB6 #8EB6FA | BordersInactive statesPlaceholder text |
| 400 | 5490 #5490F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2370 #2370F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0955 #0955D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0743 #0743AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0530 #05307A | Text on light backgroundsHeadingsStrong borders |
| 900 | 031F #031F4E | Primary textHigh emphasis contentDark headings |
| 950 | 0213 #021331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FE;
--cobalt-100: #DDE9FE;
--cobalt-200: #BFD6FC;
--cobalt-300: #8EB6FA;
--cobalt-400: #5490F8;
--cobalt-500: #2370F6;
--cobalt-600: #0955D7;
--cobalt-700: #0743AB;
--cobalt-800: #05307A;
--cobalt-900: #031F4E;
--cobalt-950: #021331;
}