Cobalt
#026EB1
BlueColor Codes
All color formats for development
HEX
#026EB1RGB
rgb(2, 110, 177)HSL
hsl(203, 98%, 35%)OKLCH
oklch(0.522 0.134 246.1)CMYK
cmyk(99%, 38%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02639F
2#01588D
3#014D7C
4#01426A
5#013758
6#012C47
7#012135
8#001623
9#000B12
Tints
Lighter variations
1#0282D2
2#0296F2
3#19A6FD
4#3AB2FD
5#5BBFFD
6#7CCCFE
7#9DD9FE
8#BDE5FE
9#DEF2FF
Tones
Muted variations
1#0B6CA8
2#136A9F
3#1C6896
4#25658E
5#2E6385
6#36617C
7#3F5F73
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 | BDE5 #BDE5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD2 #8BD2FE | BordersInactive statesPlaceholder text |
| 400 | 4EBA #4EBAFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CA6 #1CA6FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 028A #028ADE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 026E #026EB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 014E #014E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0132 #013251 | Primary textHigh emphasis contentDark headings |
| 950 | 011F #011F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F9FF;
--cobalt-100: #DCF1FF;
--cobalt-200: #BDE5FE;
--cobalt-300: #8BD2FE;
--cobalt-400: #4EBAFD;
--cobalt-500: #1CA6FD;
--cobalt-600: #028ADE;
--cobalt-700: #026EB1;
--cobalt-800: #014E7E;
--cobalt-900: #013251;
--cobalt-950: #011F32;
}