Cobalt
#074278
BlueColor Codes
All color formats for development
HEX
#074278RGB
rgb(7, 66, 120)HSL
hsl(209, 89%, 25%)OKLCH
oklch(0.376 0.107 252.2)CMYK
cmyk(94%, 45%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#063B6C
2#063560
3#052E54
4#042748
5#04213C
6#031A30
7#021424
8#010D18
9#01070C
Tints
Lighter variations
1#09559D
2#0B69C1
3#0D7DE5
4#2690F2
5#4AA2F4
6#6EB5F7
7#93C7F9
8#B7DAFB
9#DBECFD
Tones
Muted variations
1#0D4173
2#12416D
3#184167
4#1E4162
5#23415C
6#294156
7#2F4051
8#34404B
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 | C0DF #C0DFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C6 #90C6F9 | BordersInactive statesPlaceholder text |
| 400 | 56A8 #56A8F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2690 #2690F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C74 #0C74D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A5C #0A5CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0742 #074278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042A #042A4D | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FE;
--cobalt-100: #DDEEFD;
--cobalt-200: #C0DFFB;
--cobalt-300: #90C6F9;
--cobalt-400: #56A8F5;
--cobalt-500: #2690F2;
--cobalt-600: #0C74D4;
--cobalt-700: #0A5CA9;
--cobalt-800: #074278;
--cobalt-900: #042A4D;
--cobalt-950: #031A30;
}