Cobalt
#074478
BlueColor Codes
All color formats for development
HEX
#074478RGB
rgb(7, 68, 120)HSL
hsl(208, 89%, 25%)OKLCH
oklch(0.381 0.105 250.8)CMYK
cmyk(94%, 43%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#063D6C
2#063660
3#052F54
4#042948
5#04223C
6#031B30
7#021424
8#010E18
9#01070C
Tints
Lighter variations
1#09589D
2#0B6CC1
3#0D80E5
4#2693F2
5#4AA5F4
6#6EB7F7
7#93C9F9
8#B7DBFB
9#DBEDFD
Tones
Muted variations
1#0D4373
2#12436D
3#184267
4#1E4262
5#23425C
6#294156
7#2F4151
8#34414B
9#3A4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E0 #C0E0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C8 #90C8F9 | BordersInactive statesPlaceholder text |
| 400 | 56AB #56ABF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2693 #2693F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C77 #0C77D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A5F #0A5FA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0744 #074478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042B #042B4D | Primary textHigh emphasis contentDark headings |
| 950 | 031B #031B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FE;
--cobalt-100: #DDEEFD;
--cobalt-200: #C0E0FB;
--cobalt-300: #90C8F9;
--cobalt-400: #56ABF5;
--cobalt-500: #2693F2;
--cobalt-600: #0C77D4;
--cobalt-700: #0A5FA9;
--cobalt-800: #074478;
--cobalt-900: #042B4D;
--cobalt-950: #031B30;
}