Cobalt
#006BB3
BlueColor Codes
All color formats for development
HEX
#006BB3RGB
rgb(0, 107, 179)HSL
hsl(204, 100%, 35%)OKLCH
oklch(0.516 0.14 248.2)CMYK
cmyk(100%, 40%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0060A1
2#00568F
3#004B7D
4#00406B
5#003659
6#002B47
7#002036
8#001524
9#000B12
Tints
Lighter variations
1#007FD4
2#0093F5
3#17A2FF
4#38AFFF
5#59BDFF
6#7ACAFF
7#9CD7FF
8#BDE4FF
9#DEF2FF
Tones
Muted variations
1#0969AA
2#1268A1
3#1B6698
4#24648F
5#2D6286
6#36607D
7#3E5F74
8#475D6B
9#505B62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF1 #DBF1FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE4 #BDE4FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD0 #8AD0FF | BordersInactive statesPlaceholder text |
| 400 | 4DB8 #4DB8FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AA3 #1AA3FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0087 #0087E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 006B #006BB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 004D #004D80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0031 #003152 | Primary textHigh emphasis contentDark headings |
| 950 | 001F #001F33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F9FF;
--cobalt-100: #DBF1FF;
--cobalt-200: #BDE4FF;
--cobalt-300: #8AD0FF;
--cobalt-400: #4DB8FF;
--cobalt-500: #1AA3FF;
--cobalt-600: #0087E0;
--cobalt-700: #006BB3;
--cobalt-800: #004D80;
--cobalt-900: #003152;
--cobalt-950: #001F33;
}