Cobalt
#074D78
BlueColor Codes
All color formats for development
HEX
#074D78RGB
rgb(7, 77, 120)HSL
hsl(203, 89%, 25%)OKLCH
oklch(0.404 0.095 243.7)CMYK
cmyk(94%, 36%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06456C
2#063E60
3#053654
4#042E48
5#04263C
6#031F30
7#021724
8#010F18
9#01080C
Tints
Lighter variations
1#09649D
2#0B7BC1
3#0D92E5
4#26A4F2
5#4AB3F4
6#6EC2F7
7#93D2F9
8#B7E1FB
9#DBF0FD
Tones
Muted variations
1#0D4C73
2#124A6D
3#184967
4#1E4862
5#23465C
6#294556
7#2F4451
8#34424B
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 | C0E5 #C0E5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D1 #90D1F9 | BordersInactive statesPlaceholder text |
| 400 | 56B8 #56B8F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26A4 #26A4F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C88 #0C88D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A6C #0A6CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 074D #074D78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0431 #04314D | 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: #C0E5FB;
--cobalt-300: #90D1F9;
--cobalt-400: #56B8F5;
--cobalt-500: #26A4F2;
--cobalt-600: #0C88D4;
--cobalt-700: #0A6CA9;
--cobalt-800: #074D78;
--cobalt-900: #04314D;
--cobalt-950: #031F30;
}