Cobalt
#084078
BlueColor Codes
All color formats for development
HEX
#084078RGB
rgb(8, 64, 120)HSL
hsl(210, 88%, 25%)OKLCH
oklch(0.372 0.11 253.6)CMYK
cmyk(93%, 47%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07396C
2#063360
3#052D54
4#052648
5#04203C
6#031930
7#021324
8#020D18
9#01060C
Tints
Lighter variations
1#0A539C
2#0C66C0
3#0F79E4
4#278CF1
5#4B9FF4
6#6FB2F6
7#93C6F8
8#B7D9FA
9#DBECFD
Tones
Muted variations
1#0D4072
2#13406D
3#184067
4#1E4061
5#24405C
6#294056
7#2F4051
8#35404B
9#3A4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DE #C1DEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C4 #91C4F8 | BordersInactive statesPlaceholder text |
| 400 | 57A6 #57A6F4 | Disabled statesSecondary iconsMuted text |
| 500 | 278C #278CF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D70 #0D70D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B59 #0B59A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0840 #084078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0529 #05294D | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FE;
--cobalt-100: #DDEDFD;
--cobalt-200: #C1DEFB;
--cobalt-300: #91C4F8;
--cobalt-400: #57A6F4;
--cobalt-500: #278CF1;
--cobalt-600: #0D70D3;
--cobalt-700: #0B59A8;
--cobalt-800: #084078;
--cobalt-900: #05294D;
--cobalt-950: #031A30;
}