Cobalt
#094377
BlueColor Codes
All color formats for development
HEX
#094377RGB
rgb(9, 67, 119)HSL
hsl(208, 86%, 25%)OKLCH
oklch(0.379 0.104 251.5)CMYK
cmyk(92%, 44%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#083D6B
2#07365F
3#062F53
4#052847
5#04223B
6#041B2F
7#031424
8#020D18
9#01070C
Tints
Lighter variations
1#0C589A
2#0E6CBE
3#1180E1
4#2A93EF
5#4DA5F2
6#71B7F4
7#94C9F7
8#B8DBFA
9#DBEDFC
Tones
Muted variations
1#0E4371
2#14436C
3#194266
4#1F4261
5#24425B
6#2A4156
7#2F4150
8#35404B
9#3A4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E0 #C1E0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C8 #92C8F7 | BordersInactive statesPlaceholder text |
| 400 | 59AB #59ABF3 | Disabled statesSecondary iconsMuted text |
| 500 | 2A93 #2A93EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1077 #1077D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C5E #0C5EA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0943 #094377 | Text on light backgroundsHeadingsStrong borders |
| 900 | 062B #062B4C | Primary textHigh emphasis contentDark headings |
| 950 | 041B #041B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FE;
--cobalt-100: #DEEEFD;
--cobalt-200: #C1E0FA;
--cobalt-300: #92C8F7;
--cobalt-400: #59ABF3;
--cobalt-500: #2A93EF;
--cobalt-600: #1077D1;
--cobalt-700: #0C5EA6;
--cobalt-800: #094377;
--cobalt-900: #062B4C;
--cobalt-950: #041B2F;
}