Cobalt
#014C7E
BlueColor Codes
All color formats for development
HEX
#014C7ERGB
rgb(1, 76, 126)HSL
hsl(204, 98%, 25%)OKLCH
oklch(0.405 0.105 246.8)CMYK
cmyk(99%, 40%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#014572
2#013D65
3#013558
4#012E4C
5#01263F
6#011E32
7#001726
8#000F19
9#00080D
Tints
Lighter variations
1#0263A4
2#027ACA
3#0291F0
4#1CA3FD
5#42B2FD
6#68C1FD
7#8DD1FE
8#B3E0FE
9#D9F0FF
Tones
Muted variations
1#084B78
2#0E4A72
3#14486B
4#1A4765
5#21465F
6#274559
7#2D4352
8#33424C
9#3A4146
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF1 #DCF1FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE4 #BDE4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD0 #8BD0FE | BordersInactive statesPlaceholder text |
| 400 | 4EB7 #4EB7FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CA3 #1CA3FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0286 #0286DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 026B #026BB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 014C #014C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0131 #013151 | 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: #DCF1FF;
--cobalt-200: #BDE4FE;
--cobalt-300: #8BD0FE;
--cobalt-400: #4EB7FD;
--cobalt-500: #1CA3FD;
--cobalt-600: #0286DE;
--cobalt-700: #026BB1;
--cobalt-800: #014C7E;
--cobalt-900: #013151;
--cobalt-950: #011E32;
}