Cobalt
#0465AE
BlueColor Codes
All color formats for development
HEX
#0465AERGB
rgb(4, 101, 174)HSL
hsl(206, 96%, 35%)OKLCH
oklch(0.499 0.139 250)CMYK
cmyk(98%, 42%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#035B9D
2#03518C
3#02467A
4#023C69
5#023257
6#012846
7#011E34
8#011423
9#000A11
Tints
Lighter variations
1#0477CF
2#058AF0
3#1C9AFA
4#3CA8FB
5#5DB7FC
6#7DC5FC
7#9ED4FD
8#BEE2FE
9#DFF1FE
Tones
Muted variations
1#0C64A6
2#15629E
3#1D6195
4#26608D
5#2E5F84
6#375E7C
7#405D73
8#485C6A
9#515A62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEF #DCEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE2 #BEE2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CCC #8CCCFD | BordersInactive statesPlaceholder text |
| 400 | 50B1 #50B1FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E9B #1E9BFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 047F #047FDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0465 #0465AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0348 #03487D | Text on light backgroundsHeadingsStrong borders |
| 900 | 022E #022E50 | Primary textHigh emphasis contentDark headings |
| 950 | 011D #011D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F8FF;
--cobalt-100: #DCEFFE;
--cobalt-200: #BEE2FE;
--cobalt-300: #8CCCFD;
--cobalt-400: #50B1FB;
--cobalt-500: #1E9BFA;
--cobalt-600: #047FDC;
--cobalt-700: #0465AF;
--cobalt-800: #03487D;
--cobalt-900: #022E50;
--cobalt-950: #011D32;
}