Cobalt
#0468AF
BlueColor Codes
All color formats for development
HEX
#0468AFRGB
rgb(4, 104, 175)HSL
hsl(205, 96%, 35%)OKLCH
oklch(0.506 0.137 248.8)CMYK
cmyk(98%, 41%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#035D9D
2#03538C
3#02487A
4#023E69
5#023457
6#012946
7#011F34
8#011523
9#000A11
Tints
Lighter variations
1#047BCF
2#058EF0
3#1C9EFA
4#3CABFB
5#5DB9FC
6#7DC7FC
7#9ED5FD
8#BEE3FE
9#DFF1FE
Tones
Muted variations
1#0C66A6
2#15659E
3#1D6395
4#26628D
5#2E6084
6#375F7C
7#405E73
8#485C6A
9#515B62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF0 #DCF0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE3 #BEE3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CCE #8CCEFD | BordersInactive statesPlaceholder text |
| 400 | 50B4 #50B4FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E9F #1E9FFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0482 #0482DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0468 #0468AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 034A #034A7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 022F #022F50 | 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: #DCF0FE;
--cobalt-200: #BEE3FE;
--cobalt-300: #8CCEFD;
--cobalt-400: #50B4FB;
--cobalt-500: #1E9FFA;
--cobalt-600: #0482DC;
--cobalt-700: #0468AF;
--cobalt-800: #034A7D;
--cobalt-900: #022F50;
--cobalt-950: #011E32;
}