Cobalt
#0851D9
BlueColor Codes
All color formats for development
HEX
#0851D9RGB
rgb(8, 81, 217)HSL
hsl(219, 93%, 44%)OKLCH
oklch(0.491 0.218 262)CMYK
cmyk(96%, 63%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0749C3
2#0641AD
3#053998
4#053182
5#04286C
6#032057
7#021841
8#02102B
9#010816
Tints
Lighter variations
1#095BF4
2#236DF7
3#3E7FF8
4#5A91F9
5#75A4FA
6#91B6FB
7#ACC8FC
8#C8DAFD
9#E3EDFE
Tones
Muted variations
1#1254CE
2#1D57C4
3#275AB9
4#325DAF
5#3C61A4
6#46649A
7#516790
8#5B6A85
9#666D7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD5 #BFD5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB4 #8EB4FB | BordersInactive statesPlaceholder text |
| 400 | 538D #538DF9 | Disabled statesSecondary iconsMuted text |
| 500 | 226C #226CF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0851 #0851D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0640 #0640AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042E #042E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 031D #031D4F | Primary textHigh emphasis contentDark headings |
| 950 | 0212 #021231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FE;
--cobalt-100: #DDE8FE;
--cobalt-200: #BFD5FD;
--cobalt-300: #8EB4FB;
--cobalt-400: #538DF9;
--cobalt-500: #226CF7;
--cobalt-600: #0851D9;
--cobalt-700: #0640AC;
--cobalt-800: #042E7B;
--cobalt-900: #031D4F;
--cobalt-950: #021231;
}