Cobalt
#085FD9
BlueColor Codes
All color formats for development
HEX
#085FD9RGB
rgb(8, 95, 217)HSL
hsl(215, 93%, 44%)OKLCH
oklch(0.518 0.201 259.6)CMYK
cmyk(96%, 56%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0755C3
2#064CAD
3#054298
4#053982
5#042F6C
6#032657
7#021C41
8#02132B
9#010916
Tints
Lighter variations
1#096BF4
2#237BF7
3#3E8CF8
4#5A9CF9
5#75ADFA
6#91BDFB
7#ACCEFC
8#C8DEFD
9#E3EFFE
Tones
Muted variations
1#1261CE
2#1D62C4
3#2764B9
4#3266AF
5#3C68A4
6#46699A
7#516B90
8#5B6D85
9#666E7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEA #DDEAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD9 #BFD9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EBB #8EBBFB | BordersInactive statesPlaceholder text |
| 400 | 5398 #5398F9 | Disabled statesSecondary iconsMuted text |
| 500 | 227A #227AF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 085F #085FD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 064B #064BAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0436 #04367B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0322 #03224F | Primary textHigh emphasis contentDark headings |
| 950 | 0216 #021631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F6FE;
--cobalt-100: #DDEAFE;
--cobalt-200: #BFD9FD;
--cobalt-300: #8EBBFB;
--cobalt-400: #5398F9;
--cobalt-500: #227AF7;
--cobalt-600: #085FD9;
--cobalt-700: #064BAC;
--cobalt-800: #04367B;
--cobalt-900: #03224F;
--cobalt-950: #021631;
}