Cobalt
#026BB1
BlueColor Codes
All color formats for development
HEX
#026BB1RGB
rgb(2, 107, 177)HSL
hsl(204, 98%, 35%)OKLCH
oklch(0.515 0.137 247.7)CMYK
cmyk(99%, 40%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02609F
2#01558D
3#014B7C
4#01406A
5#013558
6#012B47
7#012035
8#001523
9#000B12
Tints
Lighter variations
1#027FD2
2#0292F2
3#19A2FD
4#3AAFFD
5#5BBCFD
6#7CCAFE
7#9DD7FE
8#BDE4FE
9#DEF2FF
Tones
Muted variations
1#0B69A8
2#13679F
3#1C6596
4#25648E
5#2E6285
6#36607C
7#3F5E73
8#485D6B
9#515B62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF1 #DCF1FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE4 #BDE4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD0 #8BD0FE | BordersInactive statesPlaceholder text |
| 400 | 4EB7 #4EB7FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CA3 #1CA3FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0286 #0286DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 026B #026BB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 014C #014C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0131 #013151 | Primary textHigh emphasis contentDark headings |
| 950 | 011E #011E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F9FF;
--cobalt-100: #DCF1FF;
--cobalt-200: #BDE4FE;
--cobalt-300: #8BD0FE;
--cobalt-400: #4EB7FD;
--cobalt-500: #1CA3FD;
--cobalt-600: #0286DE;
--cobalt-700: #026BB1;
--cobalt-800: #014C7E;
--cobalt-900: #013151;
--cobalt-950: #011E32;
}