Cobalt
#0476AF
BlueColor Codes
All color formats for development
HEX
#0476AFRGB
rgb(4, 118, 175)HSL
hsl(200, 96%, 35%)OKLCH
oklch(0.54 0.124 240.5)CMYK
cmyk(98%, 33%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036A9D
2#035E8C
3#02527A
4#024769
5#023B57
6#012F46
7#012334
8#011823
9#000C11
Tints
Lighter variations
1#048CCF
2#05A2F0
3#1CB0FA
4#3CBBFB
5#5DC7FC
6#7DD2FC
7#9EDDFD
8#BEE8FE
9#DFF4FE
Tones
Muted variations
1#0C73A6
2#15709E
3#1D6D95
4#266A8D
5#2E6884
6#37657C
7#406273
8#485F6A
9#515C62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF3 #DCF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE8 #BEE8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CD7 #8CD7FD | BordersInactive statesPlaceholder text |
| 400 | 50C2 #50C2FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EB1 #1EB1FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0494 #0494DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0476 #0476AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0354 #03547D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0236 #023650 | Primary textHigh emphasis contentDark headings |
| 950 | 0122 #012232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0FAFF;
--cobalt-100: #DCF3FE;
--cobalt-200: #BEE8FE;
--cobalt-300: #8CD7FD;
--cobalt-400: #50C2FB;
--cobalt-500: #1EB1FA;
--cobalt-600: #0494DC;
--cobalt-700: #0476AF;
--cobalt-800: #03547D;
--cobalt-900: #023650;
--cobalt-950: #012232;
}