Cobalt
#046AAE
BlueColor Codes
All color formats for development
HEX
#046AAERGB
rgb(4, 106, 174)HSL
hsl(204, 96%, 35%)OKLCH
oklch(0.511 0.134 247.4)CMYK
cmyk(98%, 39%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03609D
2#03558C
3#024A7A
4#024069
5#023557
6#012B46
7#012034
8#011523
9#000B11
Tints
Lighter variations
1#047ECF
2#0592F0
3#1CA1FA
4#3CAFFB
5#5DBCFC
6#7DC9FC
7#9ED7FD
8#BEE4FE
9#DFF2FE
Tones
Muted variations
1#0C69A6
2#15679E
3#1D6595
4#26648D
5#2E6284
6#37607C
7#405E73
8#485D6A
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 | 8CD0 #8CD0FD | BordersInactive statesPlaceholder text |
| 400 | 50B7 #50B7FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EA2 #1EA2FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0486 #0486DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 046A #046AAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 034C #034C7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0231 #023150 | 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: #8CD0FD;
--cobalt-400: #50B7FB;
--cobalt-500: #1EA2FA;
--cobalt-600: #0486DC;
--cobalt-700: #046AAF;
--cobalt-800: #034C7D;
--cobalt-900: #023150;
--cobalt-950: #011E32;
}