Cobalt
#014A7E
BlueColor Codes
All color formats for development
HEX
#014A7ERGB
rgb(1, 74, 126)HSL
hsl(205, 98%, 25%)OKLCH
oklch(0.4 0.108 248.2)CMYK
cmyk(99%, 41%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#014372
2#013B65
3#013458
4#012C4C
5#01253F
6#011E32
7#001626
8#000F19
9#00070D
Tints
Lighter variations
1#0260A4
2#0277CA
3#028DF0
4#1C9FFD
5#42AFFD
6#68BFFD
7#8DCFFE
8#B3DFFE
9#D9EFFF
Tones
Muted variations
1#084978
2#0E4872
3#14476B
4#1A4665
5#21455F
6#274459
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 | DCF0 #DCF0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE3 #BDE3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BCE #8BCEFE | BordersInactive statesPlaceholder text |
| 400 | 4EB4 #4EB4FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C9F #1C9FFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0283 #0283DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0268 #0268B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 014A #014A7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 012F #012F51 | 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: #DCF0FF;
--cobalt-200: #BDE3FE;
--cobalt-300: #8BCEFE;
--cobalt-400: #4EB4FD;
--cobalt-500: #1C9FFD;
--cobalt-600: #0283DE;
--cobalt-700: #0268B1;
--cobalt-800: #014A7E;
--cobalt-900: #012F51;
--cobalt-950: #011E32;
}