Cobalt
#014E7E
BlueColor Codes
All color formats for development
HEX
#014E7ERGB
rgb(1, 78, 126)HSL
hsl(203, 98%, 25%)OKLCH
oklch(0.41 0.103 245.2)CMYK
cmyk(99%, 38%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#014672
2#013F65
3#013758
4#012F4C
5#01273F
6#011F32
7#001726
8#001019
9#00080D
Tints
Lighter variations
1#0266A4
2#027DCA
3#0295F0
4#1CA6FD
5#42B5FD
6#68C4FD
7#8DD3FE
8#B3E1FE
9#D9F0FF
Tones
Muted variations
1#084D78
2#0E4B72
3#144A6B
4#1A4865
5#21475F
6#274659
7#2D4452
8#33434C
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 | BDE5 #BDE5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD2 #8BD2FE | BordersInactive statesPlaceholder text |
| 400 | 4EBA #4EBAFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CA6 #1CA6FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 028A #028ADE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 026E #026EB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 014E #014E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0132 #013251 | Primary textHigh emphasis contentDark headings |
| 950 | 011F #011F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F9FF;
--cobalt-100: #DCF1FF;
--cobalt-200: #BDE5FE;
--cobalt-300: #8BD2FE;
--cobalt-400: #4EBAFD;
--cobalt-500: #1CA6FD;
--cobalt-600: #028ADE;
--cobalt-700: #026EB1;
--cobalt-800: #014E7E;
--cobalt-900: #013251;
--cobalt-950: #011F32;
}