Cobalt
#036BB0
BlueColor Codes
All color formats for development
HEX
#036BB0RGB
rgb(3, 107, 176)HSL
hsl(204, 97%, 35%)OKLCH
oklch(0.514 0.135 247.4)CMYK
cmyk(98%, 39%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02609E
2#02558D
3#024B7B
4#024069
5#013558
6#012B46
7#012035
8#011523
9#000B12
Tints
Lighter variations
1#037ED0
2#0492F1
3#1AA1FC
4#3BAFFC
5#5CBCFD
6#7CCAFD
7#9DD7FE
8#BEE4FE
9#DEF2FF
Tones
Muted variations
1#0B69A7
2#14679F
3#1D6596
4#25648D
5#2E6285
6#37607C
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 #DCF1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE4 #BEE4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD0 #8BD0FD | BordersInactive statesPlaceholder text |
| 400 | 4FB7 #4FB7FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DA3 #1DA3FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0386 #0386DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 036B #036BB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 024C #024C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0131 #013150 | 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: #DCF1FE;
--cobalt-200: #BEE4FE;
--cobalt-300: #8BD0FD;
--cobalt-400: #4FB7FC;
--cobalt-500: #1DA3FC;
--cobalt-600: #0386DD;
--cobalt-700: #036BB0;
--cobalt-800: #024C7E;
--cobalt-900: #013150;
--cobalt-950: #011E32;
}