Cobalt
#084DD9
BlueColor Codes
All color formats for development
HEX
#084DD9RGB
rgb(8, 77, 217)HSL
hsl(220, 93%, 44%)OKLCH
oklch(0.484 0.222 262.5)CMYK
cmyk(96%, 65%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0746C3
2#063EAD
3#053698
4#052E82
5#04276C
6#031F57
7#021741
8#020F2B
9#010816
Tints
Lighter variations
1#0957F4
2#2369F7
3#3E7CF8
4#5A8FF9
5#75A1FA
6#91B4FB
7#ACC7FC
8#C8DAFD
9#E3ECFE
Tones
Muted variations
1#1251CE
2#1D54C4
3#2758B9
4#325BAF
5#3C5FA4
6#46629A
7#516690
8#5B6985
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 | BFD4 #BFD4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB2 #8EB2FB | BordersInactive statesPlaceholder text |
| 400 | 538A #538AF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2269 #2269F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 084D #084DD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 063E #063EAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042C #042C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 031C #031C4F | 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: #BFD4FD;
--cobalt-300: #8EB2FB;
--cobalt-400: #538AF9;
--cobalt-500: #2269F7;
--cobalt-600: #084DD9;
--cobalt-700: #063EAC;
--cobalt-800: #042C7B;
--cobalt-900: #031C4F;
--cobalt-950: #021231;
}