Cobalt
#074778
BlueColor Codes
All color formats for development
HEX
#074778RGB
rgb(7, 71, 120)HSL
hsl(206, 89%, 25%)OKLCH
oklch(0.389 0.102 248.6)CMYK
cmyk(94%, 41%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06406C
2#063960
3#053254
4#042B48
5#04243C
6#031D30
7#021524
8#010E18
9#01070C
Tints
Lighter variations
1#095D9D
2#0B72C1
3#0D87E5
4#269AF2
5#4AABF4
6#6EBCF7
7#93CCF9
8#B7DDFB
9#DBEEFD
Tones
Muted variations
1#0D4773
2#12466D
3#184567
4#1E4462
5#23445C
6#294356
7#2F4251
8#34414B
9#3A4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E2 #C0E2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90CB #90CBF9 | BordersInactive statesPlaceholder text |
| 400 | 56B0 #56B0F5 | Disabled statesSecondary iconsMuted text |
| 500 | 269A #269AF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C7E #0C7ED4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A64 #0A64A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0747 #074778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042E #042E4D | Primary textHigh emphasis contentDark headings |
| 950 | 031D #031D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FE;
--cobalt-100: #DDEFFD;
--cobalt-200: #C0E2FB;
--cobalt-300: #90CBF9;
--cobalt-400: #56B0F5;
--cobalt-500: #269AF2;
--cobalt-600: #0C7ED4;
--cobalt-700: #0A64A9;
--cobalt-800: #074778;
--cobalt-900: #042E4D;
--cobalt-950: #031D30;
}