Cobalt
#036DB0
BlueColor Codes
All color formats for development
HEX
#036DB0RGB
rgb(3, 109, 176)HSL
hsl(203, 97%, 35%)OKLCH
oklch(0.519 0.133 246.4)CMYK
cmyk(98%, 38%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02639E
2#02588D
3#024D7B
4#024269
5#013758
6#012C46
7#012135
8#011623
9#000B12
Tints
Lighter variations
1#0382D0
2#0496F1
3#1AA5FC
4#3BB2FC
5#5CBFFD
6#7CCCFD
7#9DD9FE
8#BEE5FE
9#DEF2FF
Tones
Muted variations
1#0B6BA7
2#14699F
3#1D6796
4#25658D
5#2E6385
6#37617C
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 #DCF1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE5 #BEE5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD2 #8BD2FD | BordersInactive statesPlaceholder text |
| 400 | 4FBA #4FBAFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DA6 #1DA6FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 038A #038ADD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 036D #036DB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 024E #024E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0132 #013250 | 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: #DCF1FE;
--cobalt-200: #BEE5FE;
--cobalt-300: #8BD2FD;
--cobalt-400: #4FBAFC;
--cobalt-500: #1DA6FC;
--cobalt-600: #038ADD;
--cobalt-700: #036DB0;
--cobalt-800: #024E7E;
--cobalt-900: #013250;
--cobalt-950: #011F32;
}