Cobalt
#074B78
BlueColor Codes
All color formats for development
HEX
#074B78RGB
rgb(7, 75, 120)HSL
hsl(204, 89%, 25%)OKLCH
oklch(0.399 0.097 245.4)CMYK
cmyk(94%, 37%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06446C
2#063C60
3#053554
4#042D48
5#04263C
6#031E30
7#021724
8#010F18
9#01080C
Tints
Lighter variations
1#09629D
2#0B78C1
3#0D8FE5
4#26A1F2
5#4AB0F4
6#6EC0F7
7#93D0F9
8#B7E0FB
9#DBEFFD
Tones
Muted variations
1#0D4A73
2#12496D
3#184867
4#1E4762
5#23455C
6#294456
7#2F4351
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 | DDF0 #DDF0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E4 #C0E4FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90CF #90CFF9 | BordersInactive statesPlaceholder text |
| 400 | 56B6 #56B6F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26A1 #26A1F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C84 #0C84D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A69 #0A69A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 074B #074B78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0430 #04304D | Primary textHigh emphasis contentDark headings |
| 950 | 031E #031E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F9FE;
--cobalt-100: #DDF0FD;
--cobalt-200: #C0E4FB;
--cobalt-300: #90CFF9;
--cobalt-400: #56B6F5;
--cobalt-500: #26A1F2;
--cobalt-600: #0C84D4;
--cobalt-700: #0A69A9;
--cobalt-800: #074B78;
--cobalt-900: #04304D;
--cobalt-950: #031E30;
}