Cobalt
#084D78
BlueColor Codes
All color formats for development
HEX
#084D78RGB
rgb(8, 77, 120)HSL
hsl(203, 88%, 25%)OKLCH
oklch(0.405 0.095 243.8)CMYK
cmyk(93%, 36%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07456C
2#063D60
3#053654
4#052E48
5#04263C
6#031F30
7#021724
8#020F18
9#01080C
Tints
Lighter variations
1#0A649C
2#0C7BC0
3#0F92E4
4#27A4F1
5#4BB3F4
6#6FC2F6
7#93D1F8
8#B7E1FA
9#DBF0FD
Tones
Muted variations
1#0D4C72
2#134A6D
3#184967
4#1E4861
5#24465C
6#294556
7#2F4451
8#35424B
9#3A4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E5 #C1E5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D0 #91D0F8 | BordersInactive statesPlaceholder text |
| 400 | 57B8 #57B8F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27A4 #27A4F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D87 #0D87D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B6C #0B6CA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 084D #084D78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0531 #05314D | Primary textHigh emphasis contentDark headings |
| 950 | 031F #031F30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F9FE;
--cobalt-100: #DDF1FD;
--cobalt-200: #C1E5FB;
--cobalt-300: #91D0F8;
--cobalt-400: #57B8F4;
--cobalt-500: #27A4F1;
--cobalt-600: #0D87D3;
--cobalt-700: #0B6CA8;
--cobalt-800: #084D78;
--cobalt-900: #05314D;
--cobalt-950: #031F30;
}