Cobalt
#0473AE
BlueColor Codes
All color formats for development
HEX
#0473AERGB
rgb(4, 115, 174)HSL
hsl(201, 96%, 35%)OKLCH
oklch(0.532 0.125 242)CMYK
cmyk(98%, 34%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03679D
2#035C8C
3#02507A
4#024569
5#023957
6#012E46
7#012234
8#011723
9#000B11
Tints
Lighter variations
1#0488CF
2#059EF0
3#1CACFA
4#3CB8FB
5#5DC4FC
6#7DD0FC
7#9EDCFD
8#BEE7FE
9#DFF3FE
Tones
Muted variations
1#0C70A6
2#156E9E
3#1D6B95
4#26698D
5#2E6684
6#37647C
7#406173
8#485E6A
9#515C62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF2 #DCF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE7 #BEE7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CD5 #8CD5FD | BordersInactive statesPlaceholder text |
| 400 | 50BF #50BFFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EAD #1EADFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0491 #0491DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0473 #0473AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0352 #03527D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0235 #023550 | Primary textHigh emphasis contentDark headings |
| 950 | 0121 #012132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0FAFF;
--cobalt-100: #DCF2FE;
--cobalt-200: #BEE7FE;
--cobalt-300: #8CD5FD;
--cobalt-400: #50BFFB;
--cobalt-500: #1EADFA;
--cobalt-600: #0491DC;
--cobalt-700: #0473AF;
--cobalt-800: #03527D;
--cobalt-900: #023550;
--cobalt-950: #012132;
}