Cobalt
#073878
BlueColor Codes
All color formats for development
HEX
#073878RGB
rgb(7, 56, 120)HSL
hsl(214, 89%, 25%)OKLCH
oklch(0.352 0.12 257.8)CMYK
cmyk(94%, 53%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06336C
2#062D60
3#052754
4#042248
5#041C3C
6#031630
7#021124
8#010B18
9#01060C
Tints
Lighter variations
1#09499D
2#0B5AC1
3#0D6BE5
4#267FF2
5#4A94F4
6#6EA9F7
7#93BFF9
8#B7D4FB
9#DBEAFD
Tones
Muted variations
1#0D3973
2#123A6D
3#183A67
4#1E3B62
5#233C5C
6#293D56
7#2F3D51
8#343E4B
9#3A3F45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEB #DDEBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DA #C0DAFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90BD #90BDF9 | BordersInactive statesPlaceholder text |
| 400 | 569B #569BF5 | Disabled statesSecondary iconsMuted text |
| 500 | 267F #267FF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C63 #0C63D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A4F #0A4FA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0738 #073878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0424 #04244D | Primary textHigh emphasis contentDark headings |
| 950 | 0316 #031630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FE;
--cobalt-100: #DDEBFD;
--cobalt-200: #C0DAFB;
--cobalt-300: #90BDF9;
--cobalt-400: #569BF5;
--cobalt-500: #267FF2;
--cobalt-600: #0C63D4;
--cobalt-700: #0A4FA9;
--cobalt-800: #073878;
--cobalt-900: #04244D;
--cobalt-950: #031630;
}